trueai

trueai is a skill for Claude Code, Codex from chenyujing1234-netizen/trueAI. It costs 74 tokens per session (2,230 once invoked), scanned A, original, MIT.

A skill that searches and compares AI software in the TrueAI catalog, a directory containing product details, pricing, categories, audiences, scores, and user reviews. It is meant for agents helping users choose software.

In plain words
What is it for?
Use it to recommend an AI app, compare products, check an app’s pricing or features, or look up a product from its name or web address.
Why use it?
It reduces the need to research many AI products separately when choosing a tool. It can organize information about options around a task, product name, or category.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for cline. Also seen: positional $N argument; built for cline.

Good fit Use it to recommend an AI app, compare products, check an app’s pricing or features, or look up a product from its name or web address.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/chenyujing1234-netizen/trueai/trueai
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add chenyujing1234-netizen/trueAI --skill trueai
Clone the repo
git clone --depth 1 https://github.com/chenyujing1234-netizen/trueAI

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for trueai

README.md
[![agentmods](https://agentmods.dev/badge/skills/chenyujing1234-netizen/trueai/trueai/github.svg)](https://agentmods.dev/skills/chenyujing1234-netizen/trueai/trueai)
Your own site
<a href="https://agentmods.dev/skills/chenyujing1234-netizen/trueai/trueai"><img src="https://agentmods.dev/badge/skills/chenyujing1234-netizen/trueai/trueai/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for trueai

Your own site · 80×15
<a href="https://agentmods.dev/skills/chenyujing1234-netizen/trueai/trueai"><img src="https://agentmods.dev/badge/skills/chenyujing1234-netizen/trueai/trueai.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,230 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00074 $0.02230
Opus 5 $0.00037 $0.01115
Sonnet 5 $0.00015 $0.00446
Haiku 4.5 $0.00007 $0.00223

Measured 8d ago against content hash 84a62b16f280, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

trueai scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -sG "$TRUEAI_API_BASE/api/search/chat" \
skills/trueai/SKILL.md · 221 lines

How it starts

The opening of the file, as written. The whole thing — 221 lines — stays where its author put it; the contents beside it link to each section on GitHub.

TrueAI Skill

Helps an agent (Claude / Cursor / Cline / ChatGPT / your own pipeline) recommend, look up and compare AI SaaS apps from the TrueAI 真选AI catalog without ever leaving the chat.

The catalog ships with rich structured fields documented in ai_tool_schema.jsonname, slug, tagline, description, developer, form_factor, is_free, pricing_info, five sub-scores (overall / usability / effect / price / speed), official_url, categories, audiences, optional external_reviews, etc.


When to use this skill

Trigger it any time the user is doing one of the following:

  1. Asking for a recommendation by need. "我想做一份中文 PPT", "need a free AI to clean up my photos", "我刚开始学编程,要免费的 AI 工具".
  2. Asking about a specific app by name. "Cursor 的定价是多少?", "通义千问支持 API 吗?", "What is Genspark?".
  3. Asking about an app by URL. The user pastes https://cursor.com and wants to know what it is.
  4. Browsing / comparing inside a category. "Top 5 free AI coding tools", "列几个国内能直接用的图像生成工具".

Do not use this skill for non-AI products, general web search, news, or anything that doesn't map onto the TrueAI catalog.


Setup (one-time)

The skill talks to a running TrueAI backend. Pick a base URL:

# Public hosted endpoint (recommended — nothing to install):
export TRUEAI_API_BASE=https://www.shiflowai.cloud

# Local dev (if you're running the TrueAI repo yourself):
# export TRUEAI_API_BASE=http://localhost:8000

There are two equivalent ways to invoke the skill — pick whichever your agent supports best.

A. Native MCP (recommended if your agent speaks MCP)

The TrueAI backend exposes two MCP transports — pick whichever your client supports:

Transport URL When to use
Streamable HTTP (recommended) https://www.shiflowai.cloud/mcp Smithery, modern Claude Desktop / Cursor / Cline / Windsurf
SSE (legacy) https://www.shiflowai.cloud/mcp-sse/sse Older MCP clients that haven't migrated yet

Read the full file on GitHub · 221 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 221 lines · 74 tokens per session scan A 84a62b16f280

Subscribe to this mod's changes

trueai is a skill published in the GitHub repository chenyujing1234-netizen/trueAI (0 stars, last pushed 3mo ago), licensed MIT. It adds 74 tokens to every session and 2,230 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.