/ Каталог / Песочница / jike-skill
● Сообщество MidnightDarling ⚡ Сразу

jike-skill

автор MidnightDarling · MidnightDarling/jike-skill

Jike (即刻) social network client for AI agents — QR login, feed browsing, posts, comments, search, and full history export.

jike-skill is a Python client for the Jike (即刻) social network that works as both a pip package and a Claude Code skill. It supports QR code authentication, feed browsing, post/comment creation and deletion, user profiles, notifications, search, and complete post history export to Markdown with optional image downloading. Auto-refreshes tokens transparently.

Зачем использовать

Ключевые функции

Живое демо

Как выглядит на практике

jike-skill.replay ▶ готово
0/0

Установка

Выберите клиент

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "jike-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/MidnightDarling/jike-skill",
        "~/.claude/skills/jike-skill"
      ],
      "_inferred": true
    }
  }
}

Откройте Claude Desktop → Settings → Developer → Edit Config. Перезапустите после сохранения.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "jike-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/MidnightDarling/jike-skill",
        "~/.claude/skills/jike-skill"
      ],
      "_inferred": true
    }
  }
}

Cursor использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "jike-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/MidnightDarling/jike-skill",
        "~/.claude/skills/jike-skill"
      ],
      "_inferred": true
    }
  }
}

Щёлкните значок MCP Servers на боковой панели Cline, затем "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "jike-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/MidnightDarling/jike-skill",
        "~/.claude/skills/jike-skill"
      ],
      "_inferred": true
    }
  }
}

Тот же формат, что и Claude Desktop. Перезапустите Windsurf для применения.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "jike-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/MidnightDarling/jike-skill",
        "~/.claude/skills/jike-skill"
      ]
    }
  ]
}

Continue использует массив объектов серверов, а не map.

~/.config/zed/settings.json
{
  "context_servers": {
    "jike-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/MidnightDarling/jike-skill",
          "~/.claude/skills/jike-skill"
        ]
      }
    }
  }
}

Добавьте в context_servers. Zed перезагружается автоматически.

claude mcp add jike-skill -- git clone https://github.com/MidnightDarling/jike-skill ~/.claude/skills/jike-skill

Однострочная команда. Проверить: claude mcp list. Удалить: claude mcp remove.

Сценарии использования

Реальные сценарии: jike-skill

How to export your entire Jike post history to Markdown

👤 Jike users who want to back up their content ⏱ ~15 min beginner

Когда использовать: You want a local backup of all your Jike posts in a readable format.

Предварительные требования
  • jike-skill installed — pip install jike-skill[qr] or copy to ~/.claude/skills/jike/
  • Active Jike account — Sign up at okjike.com
Поток
  1. Authenticate
    Log into Jike using QR code authentication.✓ Скопировано
    → QR code displayed, confirmation after scanning
  2. Export posts
    Export my entire Jike post history to Markdown files. Include images.✓ Скопировано
    → Progress updates, then confirmation with file paths

Итог: Complete archive of your Jike posts in Markdown format with images saved locally.

Подводные камни
  • Large accounts may take a while to export — Be patient — the export handles pagination and rate limiting automatically
Сочетать с: filesystem

Browse your Jike feed and engage with posts using AI

👤 Jike users who want AI-assisted social browsing ⏱ ~10 min beginner

Когда использовать: You want to catch up on your Jike feed and post thoughtful comments.

Предварительные требования
  • jike-skill authenticated — Run QR login first
Поток
  1. Browse feed
    Show me the latest 10 posts from my Jike following feed.✓ Скопировано
    → List of posts with authors, content, and engagement counts
  2. Comment on a post
    Write a thoughtful comment on the third post about tech trends.✓ Скопировано
    → Comment posted confirmation

Итог: Up to date on your Jike feed with meaningful interactions.

Подводные камни
  • Token expires during long sessions — The skill auto-refreshes tokens, but re-authenticate if you see persistent errors

Комбинации

Сочетайте с другими MCP — эффект x10

jike-skill + filesystem

Export Jike content and organize it into topic-based folders

Export my Jike posts and organize them by topic into ~/jike-archive/.✓ Скопировано

Инструменты

Что предоставляет этот MCP

ИнструментВходные данныеКогда вызыватьСтоимость
login_qr none Authenticate with Jike via QR code 0
get_feed limit?: int Get posts from your following feed 0
create_post content: str Create a new Jike post 0
post_comment post_id: str, content: str Comment on a Jike post 0
export_history include_images?: bool Export complete post history to Markdown 0

Стоимость и лимиты

Во что обходится

Квота API
Subject to Jike's internal API rate limits
Токенов на вызов
200–500 tokens per operation
Деньги
Free
Совет
Use feed browsing for targeted reading instead of exporting everything.

Безопасность

Права, секреты, радиус поражения

Хранение учётных данных: Session tokens stored locally after QR authentication. Tokens auto-refresh.
Исходящий трафик: Calls to Jike's web API (api.ruguoapp.com)

Устранение неполадок

Частые ошибки и исправления

QR code not displaying

Install the [qr] extra: pip install jike-skill[qr]. This adds QR rendering support.

Проверить: pip install jike-skill[qr]
401 Unauthorized after session expires

The skill auto-refreshes tokens, but if persistent, re-authenticate with QR login.

Проверить: Try the login flow again
API endpoint changed

Update to the latest version of jike-skill. Jike may have changed their API.

Проверить: pip install --upgrade jike-skill

Альтернативы

jike-skill в сравнении

АльтернативаКогда использоватьКомпромисс
fetch MCPYou just need to read public Jike content without account accessNo authentication, no posting, no feed — just raw page content

Ещё

Ресурсы

📖 Читать официальный README на GitHub

🐙 Открытые задачи

🔍 Все 400+ MCP-серверов и Skills