openclaw

openclaw is an agent for coding agents from liusencomic-cyber/douyin-agent-kit. It costs 0 tokens per session (314 once invoked), scanned A, original, MIT.

An adapter that connects OpenClaw, a local AI agent, to the Douyin Agent Kit. It describes how OpenClaw can use vision tools, local language models, confirmations, scheduling, and file outputs.

In plain words
What is it for?
Running the kit from OpenClaw, recognizing text in images, checking content with a local model, scheduling batch tasks, and saving archived notes or analysis results.
Why use it?
It provides setup and safety rules for handling Douyin downloads, QR-code login, batch synchronization, and archiving through OpenClaw.

Agent

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.

agentmods
npx agentmods add agents/liusencomic-cyber/douyin-agent-kit/openclaw
Clone the repo
git clone --depth 1 https://github.com/liusencomic-cyber/douyin-agent-kit

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 openclaw

README.md
[![agentmods](https://agentmods.dev/badge/agents/liusencomic-cyber/douyin-agent-kit/openclaw.svg)](https://agentmods.dev/agents/liusencomic-cyber/douyin-agent-kit/openclaw)
Your own site
<a href="https://agentmods.dev/agents/liusencomic-cyber/douyin-agent-kit/openclaw"><img src="https://agentmods.dev/badge/agents/liusencomic-cyber/douyin-agent-kit/openclaw.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 314 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00314
Opus 5 $0.00000 $0.00157
Sonnet 5 $0.00000 $0.00063
Haiku 4.5 $0.00000 $0.00031

Measured 5d ago against content hash 9fc8826de90e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

openclaw 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 5d 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.

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.

agents/openclaw.md · 32 lines

What it actually says

OpenClaw 接入说明

本文件说明 OpenClaw 如何接入 douyin-agent-kit。通用能力契约见 adapter-contract.md

视觉调用

  • 配置 vision.ocr_provider: agent-vision 时,使用 OpenClaw 的视觉工具 (若你的 OpenClaw 配置了视觉模型)。OpenClaw 无视觉或未配置视觉模型时, 将 ocr_provider 改为 tesseract(本地 OCR)或 none
  • vision.judge_provider 的语义判断走 Ollama 等本地 LLM 服务, 不占用 OpenClaw 的上下文窗口。

确认交互

  • 下载与登录(qr_login.py 扫码)涉及账号安全,执行前向用户确认; 二维码图片投递给用户扫码。
  • 批量同步遵循低频原则,遇风控(滑块/验证)立即停止并通知用户。

定时

  • OpenClaw 有调度/循环能力时,可为批量任务配置每日定时;否则手动触发。

投递

  • 归档笔记写入 archive.vault_inbox
  • 判断/截帧结果写入脚本输出路径。

脚本运行

  • 以系统 python3 运行仓库脚本;依赖按 requirements.txt 安装。
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. 5d ago First seen · 32 lines · 0 tokens per session scan A 9fc8826de90e

Subscribe to this mod's changes

openclaw is an agent published in the GitHub repository liusencomic-cyber/douyin-agent-kit (2 stars, last pushed 5d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 314 tokens. 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-31.