Converts X (Twitter) tweets and articles to markdown with YAML front matter. Uses reverse-engineered API requiring user consent. Use when user mentions "X to markdown", "tweet to markdown", "save tweet", or provides x.com/twitter.com URLs for conversion.
94
88%
Does it follow best practices?
Impact
100%
1.88xAverage score across 6 eval scenarios
Advisory
Suggest reviewing before use
Security
1 medium severity finding. This skill can be installed but you should review these findings before use.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 0.90). This skill explicitly fetches and parses arbitrary X/Twitter content from https://x.com (see scripts/graphql.ts: fetchXTweet/fetchXArticle and scripts/http.ts: fetchHomeHtml) and downloads embedded media (scripts/media-localizer.ts), and that untrusted, user-generated content is interpreted to determine further fetches/downloads (e.g., resolveReferencedTweetsFromArticle) as part of the required conversion workflow in SKILL.md.
8e2967d
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.