Install
$ agentstack add skill-talesofai-neta-skills-neta-community ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Neta Community Skill
用于与 Neta API 交互,进行社区内容浏览、互动及标签查询。
Instructions
- 对于「看社区里有什么内容」「刷时间线/推荐流」「对作品点赞或互动」这类任务,可按以下方式使用本 skill:
- 推荐使用流程:
- 使用推荐流命令获取内容列表;
- 通过作品详情命令查看单个作品;
- 根据需要对作品进行点赞等互动。
- 若用户需要「按分类/关键词做系统性调研或复杂筛选」,应切换到
neta-suggest。 - 若用户希望直接创作新内容(图片/视频/歌曲/MV),应切换到
neta-creative。
命令使用
内容推荐流
推荐流获取
npx -y @talesofai/neta-skills@latest request_interactive_feed --page_index 0 --page_size 3
获取内容详细信息
npx -y @talesofai/neta-skills@latest read_collection --uuid "作品-uuid"
📖 [详细指南](./references/interactive-feed.md)
社区互动
npx -y @talesofai/neta-skills@latest like_collection --uuid "目标作品 UUID"
📖 [详细指南](./references/social-interactive.md)
标签查询
获取标签信息
npx -y @talesofai/neta-skills@latest get_hashtag_info --hashtag "标签名"
📖 [详细指南](./references/hashtag-research.md) - 调研流程、分析方法
获取标签角色
npx -y @talesofai/neta-skills@latest get_hashtag_characters --hashtag "标签名" --sort_by "hot"
获取标签合集
npx -y @talesofai/neta-skills@latest get_hashtag_collections --hashtag "标签名"
角色查询
搜索角色
npx -y @talesofai/neta-skills@latest search_character_or_elementum --keywords "关键词" --parent_type "character" --sort_scheme "exact"
📖 [详细指南](./references/character-search.md) - 搜索策略、参数选择
获取角色详情
npx -y @talesofai/neta-skills@latest request_character_or_elementum --name "角色名"
通过 UUID 查询
npx -y @talesofai/neta-skills@latest request_character_or_elementum --uuid "uuid"
参考文档
| 场景 | 文档 | |------|------| | 🎮 互动玩法推荐 | [interactive-feed.md](./references/interactive-feed.md) | | 💬 社区互动 | [social-interactive.md](./references/social-interactive.md) | | 🏷️ 标签调研 | [hashtag-research.md](./references/hashtag-research.md) | | 👤 角色查询 | [character-search.md](./references/character-search.md) |
使用建议
- 先浏览后互动:先通过推荐流了解整体内容分布,再对感兴趣的作品进行点赞等互动。
- 结合标签使用:在社区语境下使用标签与角色查询,可以快速聚焦到相关作品集合。
- 与调研/创作 skill 联动:当需要更深入的标签/分类调研时配合
neta-suggest,当需要从社区作品出发进行二创时配合neta-creative。
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: talesofai
- Source: talesofai/neta-skills
- License: MIT
- Homepage: https://www.neta.art
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.