TopRank Skills

Home / Claw Skills / 文档 / Model
Official OpenClaw rules 36%

Model

A comprehensive AI agent skill for anyone working with AI models. Helps you choose the right model for any task, write effective prompts, evaluate model outputs critically, understand capabilities and limitations, compare models across providers, and build workflows that get consistently useful results from AI without the trial and error.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Model 技能。 若已安装,则直接安装 Model 技能。

Overview

Skill Key
btcagentic/model
Author
btcagentic
Source Repo
openclaw/skills
Version
-
Source Path
skills/btcagentic/model
Latest Commit SHA
4e959a2cdb8681cacf1e0e38038d0e001e038e53

Extracted Content

SKILL.md excerpt

# Model

## The Gap Between What AI Can Do and What Most People Get From It

The same AI model, given two different inputs, can produce outputs so different in quality that they might as well have come from different systems entirely. One person asks a question and gets a shallow, generic response that tells them nothing they did not already know. Another person asks about the same topic and gets something that changes how they think about the problem.

The model did not change. The interaction did.

This gap — between what AI models are capable of and what most people actually extract from them — is the defining productivity divide of the next decade. The people who close it will have access to a cognitive multiplier that compounds across everything they do. The people who do not will use AI as a slightly faster search engine and wonder why the results feel disappointing.

This skill closes the gap.

---

## Choosing the Right Model

The AI landscape in 2025 contains more capable models than at any previous point, from more providers, at more price points, optimized for more different tasks. This is good news for people who understand how to navigate it and confusing noise for everyone else.

The skill helps you choose the right model for any specific task. Not the most powerful model — more powerful is not always better, and the most capable models are often slower and more expensive than the task requires. The right model for writing a first draft of a long document is different from the right model for answering a specific factual question, which is different from the right model for writing and debugging code, which is different from the right model for analyzing a complex PDF.

It explains the meaningful differences between frontier models across the major providers — what each one genuinely does better than the alternatives, where each one has consistent weaknesses, what tasks each one is specifically optimized for. It helps you build a mental map of the land...

Related Claw Skills

edholofy

dojo.md

★ 4

University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.

lethehades

wps-macos-helper

★ 1

macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance

caqlayan

Tweet Processor

★ 0

Tweet Processor Skill

capt-marbles

firecrawl

★ 0

Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.

carev01

md-docs-search

★ 0

Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.

caspian9

feishu-file-manager

★ 0

飞书云盘文件管理技能。用于读取、下载和管理飞书云盘中的文件。 当用户需要:访问飞书文件、下载文档、读取PDF/Word/PPT文件、分析飞书云盘内容时使用。 核心方法:使用 tenant_access_token 调用 Drive API 下载文件,解析内容返回给用户。