From nong-toolkit
Metaso search workflows through nong metaso. Trigger on citation-backed web or scholar search, page reader/fetch, or Metaso RAG chat requests where the user wants API-backed search rather than ad hoc browsing. Use --ingest to save results into nong.db for nong search.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nong-toolkit:metasoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `nong metaso` when the task needs Metaso's remote search API, page reader, or citation-backed chat workflow. Keep normal browsing and local file reasoning separate; `metaso` is specifically the deterministic API path.
Use nong metaso when the task needs Metaso's remote search API, page reader, or citation-backed chat workflow. Keep normal browsing and local file reasoning separate; metaso is specifically the deterministic API path.
Read ../../.claude/references/nong-cli-preflight.md before the first Nong CLI command in a session. Confirm the nong CLI is installed and that the metaso group is available.
Current nong commands --json exposes these 3 implemented Metaso commands:
nong metaso search --query "<query>" --scope scholar --size 10 --ingest --json
nong metaso reader --url "https://example.com" --format markdown --ingest --json
nong metaso chat --query "<question>" --scope scholar --model fast_thinking --ingest --json
For credentials, models, scopes, and boundaries, read references/api-contract.md.
nong metaso search.nong metaso reader.nong metaso chat.-o when the answer or fetched content should be preserved as a reusable artifact.Always pass --json when the output feeds another tool or model decision. Treat Metaso results as API search evidence with citations, not as a guarantee of completeness or correctness beyond the returned source set.
npx claudepluginhub angri450/nong.toolkit.net --plugin metasoGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.