chore(twitter-reader): bump version to 1.1.0

- Update description to reflect new fetch_article.py capabilities
- Add keywords: images, attachments, markdown

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
daymade
2026-04-06 16:33:40 +08:00
parent 22ec9f0d59
commit 000596dad6

View File

@@ -542,10 +542,10 @@
},
{
"name": "twitter-reader",
"description": "Fetch Twitter/X post content by URL using jina.ai API to bypass JavaScript restrictions. Use when Claude needs to retrieve tweet content including author, timestamp, post text, images, and thread replies. Supports individual posts or batch fetching from x.com or twitter.com URLs",
"description": "Fetch Twitter/X post content including long-form Articles with full images and metadata. Use when Claude needs to retrieve tweet/article content, author info, engagement metrics (likes, retweets, bookmarks), and embedded media. Supports individual posts and X Articles (long-form content). Automatically downloads all images to local attachments folder and generates complete Markdown with proper image references. Preferred over Jina for X Articles with images.",
"source": "./",
"strict": false,
"version": "1.0.0",
"version": "1.1.0",
"category": "utilities",
"keywords": [
"twitter",
@@ -555,7 +555,10 @@
"content-fetching",
"api",
"scraping",
"threads"
"threads",
"images",
"attachments",
"markdown"
],
"skills": [
"./twitter-reader"