
from Neta (Agent-first Creative Kit)685
Content exploration and recommendation skill for Neta: suggests keywords, tags, hierarchical categories, validates taxonomy paths, and returns multi-mode conten
Neta Suggest is a content-research and recommendation skill that helps agents discover topics, suggest keywords and tags, validate category paths, and fetch recommended content streams. It supports progressive exploration from broad discovery to precise category filtering, with ready-to-run CLI examples for each capability.
Use this skill when a user needs help finding content ideas, trending topics, or building a targeted content feed. Typical scenarios: exploratory research, pre-creation topic discovery, validating taxonomy paths before queries, and filtering content by multi-level categories.
Designed for developer/agent workflows that can invoke CLI or npm-based commands and parse JSON outputs; useful with multi-turn agents that maintain biz_trace_id for paging and continuity.
Neta Suggest is a content exploration and recommendation skill for the Neta platform, offering keyword suggestions, tag discovery, hierarchical category navigation, taxonomy path validation, and multi-mode content recommendation. All commands use `npx -y @talesofai/neta-skills@latest` which auto-downloads and executes from npm. The SKILL.md is thorough with 5 core commands, progressive exploration workflows, use cases, and FAQ — all in Chinese. No bundled scripts to test.
The `npx -y` pattern is the main security concern — it downloads and executes code from npm without verification. Not malicious intent, but risky practice. Skill is well-structured and documented but serves a very niche audience (Neta platform, Chinese language).