Preface¶
The philosophy of DSH is “everything is a plugin.” For agent developers, if you only want to reuse an existing style of capability, directly installing a community plugin is more convenient than writing prompts from scratch, loading data, and registering Skills.
wanjiqi-meme is a DSH installable plugin that also follows the AgentSkills standard. It distills 22,771 real bullet screen meme data from the Wanjiqi live stream (room 6657) into an AI Skill, primarily used for bullet screen memes, commentary roasts, CS×DOTA crossover memes, and player sharp critiques.
What This Is¶
The repository owner of wanjiqi-meme is Chu-Xin-r, licensed under MIT.
It is not a complete business application, but rather a type of entertainment-oriented, fan-oriented Skill plugin that addresses the following needs:
- Generate CS match commentary roasts in Wanjiqi’s tone.
- Select content from a real bullet screen meme library.
- Generate CS × DOTA crossover memes.
- Create pure entertainment, fan-oriented agent responses.
It is not suitable as a serious content production tool and should not be interpreted as having any association with Wanjiqi himself.
Core Features¶
Verified capabilities include:
- Generating Wanjiqi-style bullet screen memes.
- Commentating on CS matches in Wanjiqi’s tone.
- Delivering sharp critiques of players.
- Generating CS × DOTA crossover memes.
- Allowing anime memes to mix in.
- Built-in 22,771 real bullet screen meme data.
These features primarily serve entertainment-oriented expression, suitable for content drafts, joke testing, or fan-oriented agent prototypes.
Installation and Activation¶
If using the DSH plugin method, the installation command is as follows:
dsh plugin --profile web add "github:Chu-Xin-r/wanjiqi-meme"
This command will install Chu-Xin-r/wanjiqi-meme as a plugin into the web profile.
Before installation, it is recommended to review the repository source code and MIT license to confirm the content suits your use case. DSH plugins run with the current dsh process permissions, so do not install them directly in an environment where the source has not been reviewed.
Typical Usage¶
Below are two verified examples.
Input:
Sharp critique device
The plugin will deliver a sharp critique of device in Wanjiqi’s tone.
Input:
Give me a meme
The plugin will select and output from the 22,771 real bullet screen meme library.
Both examples are entertainment-oriented, and the output may contain exaggerated, mocking, and bullet screen culture characteristics.
Applicable Scenarios and Considerations¶
Suitable for:
- Creating entertainment content related to CS2 and DOTA.
- Testing the DSH plugin installation process.
- Trying out AgentSkills standard Skills.
- Building fan-oriented, playful agent demos.
Not suitable for:
- Formally releasing serious content.
- Being used for real-person attacks.
- Assuming official authorization or association with Wanjiqi himself.
Please note:
- Memes may be exaggerated or offensive; do not use them for real-person attacks.
- This project is purely entertainment and fan-oriented, with no association with Wanjiqi himself.
- The data source site has a robots declaration
ai-train=no, use=reference; this Skill uses it in a reference style, not copying entire pieces.
Conclusion¶
The value of wanjiqi-meme lies in turning a set of real bullet screen meme data into an installable DSH plugin, suitable for quickly experiencing how to write entertainment-oriented Skills.
- GitHub Repository: https://github.com/Chu-Xin-r/wanjiqi-meme
- Community Directory: Subject to the actual DSH community directory; this article does not preset a specific address.