Jike QR Login + Following Feed Fetch

Log into Jike via QR code and fetch following feed updates.

3|1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/joway/jike-skill --skill jike-qr-login-following-feed-fetch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Jike QR Login + Following Feed Fetch
Source: https://github.com/joway/jike-skill/tree/main
Command: npx skills add https://github.com/joway/jike-skill --skill jike-qr-login-following-feed-fetch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, qrcode, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of logging into the Jike platform using a QR code and then periodically fetches updates from the user's following feed.

Core Features & Use Cases

  • QR Code Login: Facilitates agent login to Jike via a scannable QR code, streamlining authentication.
  • Feed Fetching: Regularly retrieves new posts from the "following" feed and stores them for later retrieval and Q&A.
  • Use Case: An agent can maintain an up-to-date knowledge base of content from followed users on Jike, enabling it to answer questions based on recent posts.

Quick Start

Use the Jike skill to log in using a QR code and fetch the latest updates from your followed feed.

Frequently Asked Questions about Jike QR Login + Following Feed Fetch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I log in to Jike using a QR code with Python?

Jike QR login automates authentication by generating a scannable QR code, managing your authentication tokens, and polling the platform for confirmation until the login succeeds.

How do I fetch my Jike following feed automatically?

You can fetch your Jike following feed by using this skill to continuously retrieve new posts and process the feed data for storage and subsequent querying.

Can I use Python requests and qrcode libraries to authenticate Jike access?

Yes, this skill uses the requests and qrcode Python dependencies to facilitate Jike authentication via QR code scanning and manage your session tokens.

How does an agent maintain an up-to-date knowledge base of Jike posts?

An agent maintains a Jike knowledge base by periodically fetching updates from the followed feed, then processing and storing the retrieved social media content for later Q&A.

What is the best way to store Jike feed data for later retrieval?

The best way to store Jike feed data is to continuously fetch updates from your following feed and process the retrieved posts into a structured format for subsequent querying.