{"id":"midnightdarling-jike-skill","name":"jike-skill","homepage":null,"repo_url":"https://github.com/MidnightDarling/jike-skill","category":"communication","subcategories":[],"tags":["api-client","python","cli","claude-code-skill","social-media","export","qr-login"],"what_it_does":"A Python CLI/SDK and Claude Code “skill” for authenticating to the Jike (即刻) service via QR login, browsing a user’s feed, searching, posting and commenting, deleting posts/comments, viewing profiles and notifications, and exporting full posting history to Markdown (optionally downloading images).","use_cases":["Export a Jike user’s full history to Markdown for backup/analysis","Automate browsing/search/posting/commenting on Jike from scripts or an agent","Use in Claude Code to let an AI agent interact with Jike content (within provided commands)"],"not_for":["Users who want an officially supported/hosted integration rather than a reverse-engineered client","Teams needing first-class enterprise auth (OAuth app registration, scoped tokens, audit tooling)","Use cases requiring guaranteed API stability (this relies on unofficial/undocumented endpoints)"],"best_when":"You want a lightweight local tool to manage a personal Jike account (especially for one-time or periodic exports) and can securely handle refresh/access tokens locally.","avoid_when":"You need strict compliance guarantees, fine-grained permissions, or you cannot risk breakage due to changes in Jike’s web endpoints.","alternatives":["Use any official Jike web/app features for manual export (if available)","Build/maintain your own integration against any documented/official APIs (if offered)","Other community Jike client tools (not evaluated here)"],"af_score":48.0,"security_score":46.0,"reliability_score":28.8,"package_type":"skill","discovery_source":["openclaw"],"priority":"high","status":"evaluated","version_evaluated":null,"last_evaluated":"2026-03-30T15:40:08.398779+00:00","interface":{"has_rest_api":false,"has_graphql":false,"has_grpc":false,"has_mcp_server":false,"mcp_server_url":null,"has_sdk":true,"sdk_languages":["Python"],"openapi_spec_url":null,"webhooks":false},"auth":{"methods":["QR-code login (deep-link session)","Refresh tokens via env vars: JIKE_ACCESS_TOKEN and JIKE_REFRESH_TOKEN"],"oauth":false,"scopes":false,"notes":"Authentication is QR-based (no passwords). The README instructs saving access+refresh tokens in environment variables; token refresh is described as transparent to the caller."},"pricing":{"model":null,"free_tier_exists":false,"free_tier_limits":null,"paid_tiers":[],"requires_credit_card":false,"estimated_workload_costs":null,"notes":"No pricing information provided; distribution appears to be via PyPI (MIT license)."},"requirements":{"requires_signup":false,"requires_credit_card":false,"domain_verification":false,"data_residency":[],"compliance":[],"min_contract":null},"agent_readiness":{"af_score":48.0,"security_score":46.0,"reliability_score":28.8,"mcp_server_quality":0.0,"documentation_accuracy":70.0,"error_message_quality":0.0,"error_message_notes":null,"auth_complexity":80.0,"rate_limit_clarity":10.0,"tls_enforcement":60.0,"auth_strength":55.0,"scope_granularity":10.0,"dependency_hygiene":55.0,"secret_handling":50.0,"security_notes":"Likely uses HTTPS when calling external services (not confirmed in provided content). Authentication uses long-lived refresh tokens and environment variables; there is no mention of token scope granularity or least-privilege. No explicit guidance is given about secure storage (beyond ‘save refresh token’), and there’s no documented protection against token leakage in logs. Dependency surface is small (requests only per manifest), but no vulnerability/CVE status is provided.","uptime_documented":0.0,"version_stability":35.0,"breaking_changes_history":30.0,"error_recovery":50.0,"idempotency_support":"false","idempotency_notes":"No idempotency guarantees are documented; delete/post operations may not be safe to retry without explicit idempotency keys.","pagination_style":"auto","retry_guidance_documented":false,"known_agent_gotchas":["Relies on reverse-engineered endpoints; behavior may change without notice","Token handling: agents must not leak access/refresh tokens and should treat environment variables as secrets","Deletion operations (delete-post/delete-comment) are destructive and may require careful guardrails","No documented rate-limit behavior; agents may need to throttle to avoid server-side limits"]}}