Autogame Tales
Skill by autogame-17
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/autogame-17/autogame-talesWhat This Skill Does
AutoGame Tales is a specialized narrative engine designed for OpenClaw agents, enabling them to generate immersive micro-fiction and atmospheric ghost stories. By utilizing the autogame-17 architecture, this skill introduces a creative layer to your agent, allowing it to move beyond standard utility tasks and engage in storytelling. It operates by drawing from a curated database of mysterious and eerie prompts, weaving them into polished narratives that are then rendered via Feishu cards. This transformation turns static agent responses into dynamic, interactive storytelling experiences.
Installation
To integrate AutoGame Tales into your OpenClaw environment, ensure you have the necessary permissions for the file system. Execute the following command in your terminal:
clawhub install openclaw/skills/skills/autogame-17/autogame-tales
Ensure your local environment has the Feishu wrapper configured, as the skill depends on feishu-evolver-wrapper/feishu-helper.js to render the output cards correctly.
Use Cases
AutoGame Tales is perfect for agents acting in roleplay, gaming, or community engagement contexts. It is particularly effective for:
- Dungeons & Dragons AI Assistants: Providing atmospheric lore or flavor text during tabletop sessions.
- Community Management: Injecting personality into chat groups by sharing periodic "ghost stories" or creative writing pieces.
- Stress Relief: Providing users with brief moments of entertainment and creative reprieve from mundane data tasks.
- Agent Personality Building: Establishing a consistent "voice" or "lore" for your AI agent that makes it feel more than just a search tool.
Example Prompts
- "Tell me a haunting ghost story about the abandoned library in the harbor district."
- "I need some creative inspiration; generate a sci-fi micro-fiction piece about a clockmaker on a rogue planet."
- "OpenClaw, give me an atmospheric, eerie tale to set the mood for tonight's session."
Tips & Limitations
- Write Access: The skill logs all generated tales into
memory/tales/. Ensure your agent has appropriate file write permissions in that directory to prevent errors. - Formatting: The output is optimized for Feishu cards. Using this skill in platforms that do not support Feishu card rendering may result in raw or broken text delivery.
- Variety: While the skill supports
--genre ghostand--genre sci-fi, explore different prompts to see how the generative logic interprets atmospheric themes differently each time. Note that stories are non-deterministic, so repetition is rare, but the agent's tone remains consistent.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-autogame-17-autogame-tales": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write
Related Skills
capability-evolver
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.
feishu-voice-assistant
Sends voice messages (audio) to Feishu chats using Duby TTS.
security-sentinel
Scan the workspace for security vulnerabilities, exposed secrets, and misconfigurations.
prompt-optimizer
Evaluate, optimize, and enhance prompts using 58 proven prompting techniques. Use when user asks to improve, optimize, or analyze a prompt; when a prompt needs better clarity, specificity, or structure; or when generating prompt variations for different use cases. Covers quality assessment, targeted improvements, and automatic optimization across techniques like CoT, few-shot learning, role-play, and 50+ more.
Feishu Broadcast
Skill by autogame-17