Lov Add Tool logo

Lov Add Tool

Organization
lovstudio
lov-add-tool

为现有网站新增可用的在线工具,并接入多语言、工具目录、站点地图和必要的成本提示。支持明确输入与结果回读。Use to add an online tool to an existing website.

Overview

Publisherlovstudio
Repositoryskills
Skill namelov-add-tool
Stars
67
Forks
17
Bundled files
10
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 10 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by lovstudio on GitHub. Read the source before you install it.

Installation

Install the Lov Add Tool AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/lovstudio/skills.git /tmp/skills
mkdir -p .claude/skills
cp -r /tmp/skills/skills/add-tool .claude/skills/lov-add-tool
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Lov Add Tool in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Lov Add Tool on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Lov Add Tool is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

小工具工坊 · Web Tool Studio

为现有网站新增可用的在线工具,并接入多语言、工具目录、站点地图和必要的成本提示。

Triggers

Activate when

  • “为现有网站新增可用的在线工具,并接入多语言、工具目录、站点地图和必要的成本提示。”
  • “Add an online tool to an existing website.”

Do not activate when

  • 只是查询本 Skill 的说明,或请求与上述结果无关的任务;不执行实际业务操作。
  • 用户仅要预览或审查时,不进入修改、提交或发布分支。

Execution boundary

自然语言请求即可触发;无需旧 slash 路径、参数插值或指定助手。明确解析当前请求中的 项目、目标文件、选项与输出位置;用当前宿主实际提供的文件、搜索、CLI 和浏览器能力。 项目依赖版本与外部 API 在执行时核实,不能假设示例是现行配置。随包脚本从 Skill 根解析, 业务文件从目标项目根解析。先读当前状态,保护已有未提交内容与其他任务的暂存区。 分析、预览请求保持只读;修改、提交、推送、部署和发布各依当前请求的明确范围执行。 不绕过保护、自动发送消息、强制结束用户进程或抢前台。失败保留可诊断原始错误。

Workflow

  1. 解析目标项目、工具标识、用途、输入输出和是否使用付费服务。先读取项目规则、路由、现有工具、组件库、多语言目录和 Git 状态;项目技术栈与文件布局以实际代码为准,不强制迁移到 React 或 Next.js。

  2. 建立从工具组件到注册数据、详情路由、导航、翻译键和 sitemap 的修改映射。标识采用项目已有命名规则;复用现有表单、反馈、复制、加载和错误组件,保持可访问性及窄屏布局。

  3. 实现真实转换或处理逻辑,覆盖空输入、非法输入、成功结果、清空与复制;浏览器能力仅在客户端使用。只有框架要求时才添加 use client。禁止交付未替换的组件名、图标或伪代码。

  4. 若使用 AI 或付费 API,从项目当前模型目录和计费逻辑读取价格,区分预估与实际费用、输入与输出计价、单位及当前选定模型。无可靠价格时显示待确认,不把固定字符除以四当精确 token。费用扣除留在受鉴权保护的服务端,幂等处理失败和重试;测试采用沙箱或隔离数据,不发起真实扣款。

  5. 在实际语言集合中补齐文案并检查键一致性;更新工具注册及所需路由。核实 sitemap 是否真正动态读取注册数据,不能仅凭旧注释断言自动更新;回读目标工具的公开路径和索引策略。

  6. 执行相关类型检查、构建与有意义的转换边界测试;在可用运行环境验证工具页、窄屏、输入结果及复制反馈。报告哪些运行效果实际回读,未测部分不宣称通过。

  7. 默认交付代码与验证证据。部署依当前请求范围处理;系统通知、邮件或群发需用户明确授权目标受众和消息内容,使用目标项目已配置的服务并回读状态。旧命令里的服务域名、作者身份与广播地址绝不继承为默认值。

Composition

执行前读取 能力组合,按明确制品交接相邻能力。

Runtime context (shared)

运行前读取本包 skill.yamlProfile 合同。优先级为当前请求、 项目上下文、本 Skill records、共享 preferences、brand/user Profile、安全默认值。 只读取声明字段;没有专用运行时的宿主可使用 scripts/profile_store.py 读取共享 Profile。 配置缺失只问影响结果的一个问题。用户明确要求长期保存的值通过该脚本原子写入, 报告实际路径;不保存推断、凭据或其他任务的资料。

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Lov Add Tool AI skill do?

为现有网站新增可用的在线工具,并接入多语言、工具目录、站点地图和必要的成本提示。支持明确输入与结果回读。Use to add an online tool to an existing website.

Why use Lov Add Tool on TypingMind?

Because you install it once and use it with any model. Lov Add Tool is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Lov Add Tool in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/lovstudio/skills/tree/main/skills/add-tool. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Lov Add Tool?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Lov Add Tool?

As many as you like. As long as a model supports skills, you can use Lov Add Tool with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Lov Add Tool AI skill free?

Yes. It is published on GitHub by lovstudio under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇