dsh-x-archive
Run the following command in DeepSeek Harness:
dsh plugin install opencamel/dsh-x-archive
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install opencamel/dsh-x-archive with the target --profile flag in DeepSeek Harness; the source repository is https://github.com/opencamel/dsh-x-archive. Restart the dsh process after installation for the plugin to take effect.
About this plugin
When an Agent needs to read an X (Twitter) post, scraping the page directly is fragile: images break, tweets get deleted or locked, and authors silently edit the text, leaving the Agent with stale or incomplete data. dsh-x-archive routes the post URL through the 2100laike archive service. Untweeted posts are automatically submitted for archiving, with images mirrored to a CDN so they survive deletion, and the original text stays accessible even after the tweet is removed. Already-archived posts return instantly from cache in full Markdown with zero quota cost, and tweets that were later edited can be re-fetched with a single refresh flag to track every version.
The design philosophy is simple: archive once, read forever. The Agent hands a tweet URL to the x_archive tool and receives structured Markdown body with metadata such as author, version, deletion status, and truncation flag. Overly long content is gracefully truncated with a snapshot link attached, so the model never loses context to an oversized response. No cookies, no login sessions, no scraping infrastructure, just a clean API call with an optional PAT for higher limits.
If you are running DeepSeek Harness agents that cite real-time social-media opinions, track how a viral tweet evolves over time, or compare content across days and weeks, dsh-x-archive gives you a reliable, persistent reading layer that a plain web scrape simply cannot match.
Use Cases
- An Agent needs a stable full-text citation from a tweet without worrying about deletion or privacy changes
- Track how a viral tweet evolves across multiple edits and compare version differences
- Batch-process social-media links through a shared archive cache to avoid redundant fetches and quota burn
Best For
- Developers building DSH Agents that cite real-time social-media content
- Operations and research teams tracking how trending tweets evolve over time
- Teams that want Agent-level access to social text without fragile on-the-fly scraping
Related Plugins
Free web search plugin for DeepSeek Harness with web search, X search, and page fetch; no signup or API key required, with automatic multi-engine failover.
AnySearch-powered web and vertical search plugin for DeepSeek Harness, offering real-time search, cleaned URL content, concurrent batch search via native web_search/web_fetch, no API key required.
Pixel-perfect webpage clone tool that uses an agent harness to turn any webpage into a scored, full-page React replica.
A bilingual cost-tracking plugin for DeepSeek Harness with session/daily cost, budget, official & custom provider balance, coding plan quotas, peak/off-peak pricing alerts, and history stats.