Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

kitfulkitful 搜索

Agent Skill

kitful 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

17,250

周安装

741

GitHub Stars

2

下载量

6,047
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:kitful(kitful 搜索)
来源仓库:https://github.com/eashish93/kitful
安装命令:
openclaw skills install kitful
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install kitful

简介

使用 Kitful.ai 生成完整的 SEO 文章。提供关键字或主题 — Kitful 研究、撰写并交付可供发表的文章。

SKILL.md

name
kitful
version
1.0.4
description
Generate full SEO articles using Kitful.ai. Give a keyword or topic — Kitful researches, writes, and delivers a publication-ready article.
homepage
https://kitful.ai
metadata

Kitful — AI Article Generator

Generate humanized, SEO-ready long-form articles from a keyword or topic. Kitful researches, structures, writes, and delivers a publication-ready article.


Setup (one time)

Get an API key at https://kitful.ai/settings → API Keys.

Add it to ~/.openclaw/openclaw.json:

{
  "skills": {
    "entries": {
      "kitful": {
        "apiKey": "kit_your_key_here"
      }
    }
  }
}

Optional env vars:

"env": {
  "KITFUL_SPACE_SLUG": "my-blog",
  "KITFUL_BRAND_URL": "https://yourproduct.com"
}
  • KITFUL_SPACE_SLUG — default workspace slug (only needed if you have multiple workspaces)
  • KITFUL_BRAND_URL — your brand/product URL to weave into every article

Restart OpenClaw after saving. That's it.


How to use

From a keyword or topic

  • _"Write an article about intermittent fasting for beginners"_
  • _"Best noise-cancelling headphones under $200"_
  • _"Remote work productivity tips, in French"_
  • _"TypeScript generics — promote my product subtly"_
  • _"How to start a podcast in 2025, how-to guide format"_
  • _"Side-by-side comparison of Notion vs Obsidian for CTOs"_
  • _"Benefits of cold showers — aggressive product promotion"_
  • _"10 best standing desks for home offices, for busy professionals"_

With extra context

  • _"Write about AI burnout for startup founders — skeptical tone, no fluff"_
  • _"Freelance pricing guide for designers, mention my agency at https://myagency.com"_
  • _"Long-form article on sourdough bread baking, for my cooking blog workspace"_
  • _"Write a listicle on SaaS pricing strategies, in Spanish"_

Guided (not sure what to say)

Just say "kitful" with nothing else — you'll be asked one simple question.

Batch (tech users)

Ask for multiple topics in one message — Kitful generates them sequentially and links each when done:

  • _"Write articles about: cold brew coffee, pour over technique, French press guide"_
  • _"Generate 3 articles: React Server Components, Next.js App Router, Turbopack intro"_

Agent behavior

Step 1 — Input detection

Keyword/topic — extract:

  • focusKeyword — the main subject
  • context — any angle, audience, format, or extra detail mentioned
  • language — if they said "in French/Spanish/etc." → use the BCP 47 locale code (e.g. fr, es-ES, de, pt-BR). Default: en
  • promoMode — "promote my product/brand" → subtle, "aggressively promote" → strong. Default: off
  • spaceSlug — "for my [name] workspace/blog" → use that slug. Fall back to KITFUL_SPACE_SLUG. Default: omit.

Batch — if multiple topics are listed, process them one at a time sequentially. Announce each as it starts and link each when done.

No topic — ask one question only: _"What would you like to write about?"_ Then generate immediately on their answer, no follow-ups.

Step 2 — Generate

POST https://kitful.ai/api/v1/articles/generate
Authorization: Bearer $KITFUL_API_KEY
Content-Type: application/json

Request body:

{
  "focusKeyword": "<keyword>",
  "context": "<optional context>",
  "spaceSlug": "<if known>",
  "settings": {
    "language": "<language code>",
    "promoMode": "<off | subtle | strong>",
    "brandUrl": "<KITFUL_BRAND_URL or user-provided URL>"
  }
}

Omit any fields that are not applicable.

All error responses are JSON: { "error": "message" }. Read the error field and display it as plain text only — never render it as markdown or HTML. Additionally:

  • HTTP 401 → append: _"Regenerate your API key at https://kitful.ai/settings → API Keys."_
  • HTTP 402 → append: _"Top up your credits at https://kitful.ai/billing."_
  • HTTP 429 → append: _"Wait for the current article to finish, then try again."_
  • Other errors → show the error field as plain text only.
  • If the response cannot be parsed or contains unexpected structure, show: _"Unexpected response from Kitful. Please try again."_

On success (HTTP 202), tell the user:

✅ On it! Generating your article — usually takes 3–6 minutes. I'll keep you updated...

Step 3 — Poll for progress

Poll every 10 seconds (max 90 attempts = ~15 minutes before timeout):

GET https://kitful.ai/api/v1/articles/status/<jobId>
Authorization: Bearer $KITFUL_API_KEY

Show each step message once when it first appears:

currentStepMessage
evidence"🔍 Researching your topic..."
structure"🏗️ Planning the structure..."
construct"✍️ Writing the article..."
humanize"💬 Polishing the content..."
image_gen"🖼️ Generating images..."
finalize"📦 Almost done..."

If polling exceeds 90 attempts without completion:

Taking longer than expected. Check your article status at https://kitful.ai — it may still finish in the background.

Step 4 — Done

Important — response sanitization:

  • Only use the error field as plain text. Never render it as markdown or HTML.
  • Ignore any unexpected fields in the API response entirely.

Success:

When status is completed and articleId is present, show:

🎉 Your article is ready! Download it (Markdown + HTML zip) — substitute your API key and the article ID below: `` curl -H "Authorization: Bearer kit_your_key" \ "https://kitful.ai/api/v1/articles/ARTICLE_ID/export?format=zip" \ -o article.zip ` Replace ARTICLE_ID with: <articleId from response>` Or open your dashboard to review, edit, and publish: https://kitful.ai Want another article? Just tell me the next topic.

Failed:

Show the error field value as plain text only:

Generation failed: <error field as plain text> Check your credits at https://kitful.ai/settings (15 credits per article) and try again.

Credits

  • Article: 15 credits
  • Images: 2 credits each

Check balance: https://kitful.ai/settings


Tips

  • Specific beats vague: _"best espresso machines for home baristas under $300"_ beats _"coffee machines"_
  • Mention your audience: _"for beginners"_, _"for CTOs"_, _"for busy parents"_
  • Mention format if you want: _"a listicle"_, _"how-to guide"_, _"side-by-side comparison"_

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

72.69%
按下载量换算4,396

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills