首页龙虾技能列表 › Dnd Character Generator

Dnd Character Generator

v1.0.0

Generate cinematic D&D character portraits and tabletop RPG hero art from a text description. Ideal for Dungeons & Dragons players, dungeon masters, TTRPG ca...

0· 69·0 当前·0 累计
下载技能包
License
MIT-0
最后更新
2026/4/1
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's code and instructions match its stated purpose (generating AI character art) and request only a single API token passed as a CLI flag; nothing in the bundle appears disproportionate or intentionally deceptive.
评估建议
This skill appears to do what it says: it runs a local Node script that posts your prompt to an external image API and returns an image URL. Before installing: (1) Verify you trust the remote service (api.talesofai.com / neta.art) and that the endpoint in the code matches the official provider; (2) avoid passing highly sensitive tokens on the command line (they can appear in shell history or ps listings) — prefer environment variables, a prompt, or short-lived tokens; (3) inspect the bundled dnd...
详细分析 ▾
用途与能力
The skill generates images by calling an external image API (api.talesofai.com / "Neta"). Network calls and an API token are expected for this purpose. Minor inconsistencies in documentation/domain names appear (SKILL.md and README reference neta.art/open while the code calls api.talesofai.com and uses an 'x-platform' header value 'nieta-app/web') — likely a cosmetic naming mismatch but worth verifying the intended service endpoint before using your token.
指令范围
SKILL.md limits runtime instructions to running the included node script and passing a Neta API token via --token. It does not instruct the agent to read unrelated files, environment variables, or system configuration.
安装机制
There is no install spec (instruction-only), but the package does include a JavaScript runtime file that will be executed locally. No external downloads or archive extraction are performed by the skill itself; code makes outbound HTTPS calls to the image API.
凭证需求
The only secret required is the image API token passed via the --token CLI flag (not declared as an environment variable). That is proportionate to the skill's purpose, but passing tokens on the command line can expose them to shell history or other users via process listings — consider safer token delivery mechanisms.
持久化与权限
The skill does not request persistent system privileges, does not set always:true, and does not modify other skills' configurations. Autonomous invocation is allowed by default (platform normal) but does not increase concern given the skill's limited footprint.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/1

- Initial release of dnd-character-generator. - Generate cinematic D&D and tabletop RPG character portraits from text descriptions. - Supports custom image sizes and style inheritance with reference images. - Requires a free Neta API token for image generation. - Quick setup and usage instructions included for easy integration.

● 无害

安装命令 点击复制

官方npx clawhub@latest install dnd-character-generator
镜像加速npx clawhub@latest install dnd-character-generator --registry https://cn.clawhub-mirror.com

技能文档

Generate cinematic D&D character portraits and tabletop RPG hero art from a text description. Ideal for Dungeons & Dragons players, dungeon masters, TTRPG campaigns, and virtual tabletop tokens — create wizards, warriors, paladins, rogues, and any fantasy character class in stunning detail.

Token

Requires a Neta API token (free trial at ). Pass it via the --token flag.

node