ai-skills

ai-skills is a skill for Claude Code, Codex from znlgis/opengis-skills. It costs 86 tokens per session (1,339 once invoked), scanned A, original, MIT.

An index of nine guides for building applications with large language models (LLMs), AI agents, terminal coding assistants, workflows, knowledge bases, and file translation tools.

In plain words
What is it for?
Use it to work with Dify, RAG knowledge bases, Hermes Agent, OpenClaw, Pi, OpenCode, DocuTranslate, DeepSeek Harness, or related tools listed in the index.
Why use it?
It helps you choose the relevant guide when you are unsure which open-source AI project fits your task, without loading all the material into the assistant at once.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw; mentions OpenCode.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is **父级入口:** [../SKILL.md](../SKILL.md) — 全仓 75 技能总索引.

Good fit Use it to work with Dify, RAG knowledge bases, Hermes Agent, OpenClaw, Pi, OpenCode, DocuTranslate, DeepSeek Harness, or related tools listed in the index.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/znlgis/opengis-skills
agentmods
npx agentmods add skills/znlgis/opengis-skills/ai

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 ai-skills

README.md
[![agentmods](https://agentmods.dev/badge/skills/znlgis/opengis-skills/ai/github.svg)](https://agentmods.dev/skills/znlgis/opengis-skills/ai)
Your own site
<a href="https://agentmods.dev/skills/znlgis/opengis-skills/ai"><img src="https://agentmods.dev/badge/skills/znlgis/opengis-skills/ai/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 ai-skills

Your own site · 80×15
<a href="https://agentmods.dev/skills/znlgis/opengis-skills/ai"><img src="https://agentmods.dev/badge/skills/znlgis/opengis-skills/ai.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,339 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00086 $0.01339
Opus 5 $0.00043 $0.00669
Sonnet 5 $0.00017 $0.00268
Haiku 4.5 $0.00009 $0.00134

Measured yesterday against content hash b8689887fe03, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

ai-skills scanned grade A with 0 findings 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 yesterday.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

ai/SKILL.md · 79 lines

How it starts

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

父级入口: ../SKILL.md — 全仓 75 技能总索引

概述

本分类涵盖 10 个 AI/LLM 开源项目的技能文件:

  • LLM 应用平台:Dify(RAG + 工作流 + Agent 一站式)
  • 智能体 / 助手:Hermes Agent(自学习通用智能体)、OpenClaw(多通道个人 AI 助手 Gateway)
  • 终端编码代理:Pi(极简 Agent Harness)、OpenCode(模型无关、配置即代码的 AI coding agent)
  • 插件式智能体框架:DeepSeek Harness(dsh,Cordis 引擎驱动的插件化 Agent Harness)
  • 文件翻译:DocuTranslate(基于 LLM 的本地多格式文件翻译工具)
  • 编排与方法论:Oh-My-OpenAgent(OpenCode 多模型编排插件)、Superpowers-zh(中文 AI 编程方法论 Skills)
  • Agent 配置方案:My OpenCode DeepSeek Config(OpenCode × DeepSeek V4 最优纯配置)

何时加载此索引?

  • 用户想「搭建 LLM 应用」「做 RAG 知识库」「开发 AI Agent」
  • 不确定 Dify 和 Hermes Agent 的区别
  • 需要中文优化的提示词模板

技能列表

技能 简介 关键标签
dify 开源 LLM 应用开发平台(RAG + 工作流 + Agent) llm rag workflow agent
hermes-agent 自学习通用型 AI 智能体(终端优先) agent self-improving terminal
openclaw 多通道个人 AI 助手 Gateway agent gateway assistant
pi 极简可扩展终端 AI 编码代理(Agent Harness) agent coding-agent terminal typescript
opencode 模型无关的终端 AI 编码代理(配置即代码) agent coding-agent terminal mcp
docutranslate 基于 LLM 的本地多格式文件翻译工具 llm translation pdf mcp
oh-my-openagent OpenCode 多模型编排插件(Agent Harness) agent opencode orchestration
superpowers-zh 中文 AI 编程方法论 Skills 集合 methodology chinese skill
deepseek-harness DeepSeek Harness(dsh):插件化智能体框架 agent deepseek plugin cordis typescript
my-opencode-deepseek-config OpenCode × DeepSeek V4 最优配置(12 Agent/25 Skill/缓存纪律) opencode deepseek agent-config

快速导航

用户需求 推荐加载
"搭建 LLM 聊天应用" dify/SKILL.md
"做 RAG 知识库问答" dify/SKILL.md
"开发能自学习/调用工具的 AI Agent" hermes-agent/SKILL.md
"搭建多通道个人 AI 助手 / Gateway" openclaw/SKILL.md
"在终端用极简 Agent Harness 编码" pi/SKILL.md
"在终端用 AI 自主改代码 / 跑命令" opencode/SKILL.md
"配置 opencode.json / 省 Token" opencode/SKILL.md
"部署/调优 OpenCode×DeepSeek 配置" my-opencode-deepseek-config/SKILL.md
"翻译 PDF/Word/Excel/字幕等文件" docutranslate/SKILL.md
"用中文 TDD/审查方法论约束 AI" superpowers-zh/SKILL.md
"OpenCode 多模型编排 / Agent Harness" oh-my-openagent/SKILL.md
"用插件式架构开发 AI Agent" deepseek-harness/SKILL.md
"DeepSeek 官方智能体框架 dsh" deepseek-harness/SKILL.md

Read the full file on GitHub · 79 lines

Files

What ships with it

10 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. yesterday Changed · +3 lines · +7 tokens per session b8689887fe03
  2. 8d ago Changed a0a398121d06
  3. 11d ago First seen · 76 lines · 79 tokens per session scan A 25cfd3bbc77a

Subscribe to this mod's changes

ai-skills is a skill published in the GitHub repository znlgis/opengis-skills (60 stars, last pushed 2d ago), licensed MIT. It adds 86 tokens to every session and 1,339 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

browserwing-admin

Manage and operate BrowserWing — an intelligent browser automation platform. Install dependencies, configure LLM, create/manage/execute automation scripts, use AI-driven exploration to generate scripts, browse the script marketplace, and troubleshoot issues.

MemTensor/MemOS · 47 tokens

wegent-knowledge

Knowledge base management and search tools for Wegent. Provides capabilities to list, create, update, and search knowledge bases and documents using RAG retrieval. Use this skill when the user wants to manage knowledge bases, documents, or search for information programmatically.

wecode-ai/Wegent · 51 tokens

local-embedding

Run embedding on-device with ONNX Runtime. Build from source, model selection, offline mode. Use when setting up local embedding without an API key.

matrixorigin/memoria · 34 tokens

langchain-patterns

Use when langChain/LangGraph patterns — chains, agents, tools, memory, retrieval, graph workflows. Use when working with langchain patterns.

oyi77/1ai-skills · 35 tokens

dify-workflow

Use when dify AI workflow platform — LLM apps, knowledge bases, agents, workflow orchestration, API deployment. Use when working with dify workflow.

oyi77/1ai-skills · 37 tokens

Whisper

OpenAI's general-purpose speech recognition model. Supports 99 languages, transcription, translation to English, and language identification. Six model sizes from tiny (39M params) to large (1550M params). Use for speech-to-text, podcast transcription, or multilingual audio processing. Best for robust, multilingual…

agentic-in/elephant-agent · 67 tokens