npm @getagenthook/mcpstdioApache-2.0updated 1mo ago
Your agent makes character-consistent UGC video.
agenthook 能做什么?
AgentHook
Your agent makes character-consistent UGC video.
Create one AI influencer, then reuse that same face in every video, image, and caption. Add it as an MCP server, a skill, or a CLI. Works in Claude Code, Cursor, OpenClaw, Hermes, and n8n.
getagenthook.com · Docs · Agent reference
Install
Pick one. All three wrap the same API, so none of them drift.
MCP add "npx -y @getagenthook/mcp" to your MCP client config
Skill npx skills add AvivK5498/agenthook --yes
CLI npm i -g getagenthook
Or paste this to your agent and let it set itself up:
Install the agenthook skill by running: npx skills add AvivK5498/agenthook --yes
Then follow the skill to set up AgentHook and make me a test image.
New accounts get 30 trial credits with no card. That covers a reusable influencer and a test image.
Agents: start here
Read https://getagenthook.com/llms-full.txt first. It is the full API contract, generated from the live schemas. Then:
npm i -g getagenthook # CLI (command: agenthook)
agenthook auth:login # prints a link + code for your human
agenthook run make_video --dry-run --prompt "..." # price it free, then drop --dry-run
What it does
| Tool | In, then out |
|---|---|
make_video |
script + optional reference images, then a talking-head video with native speech |
make_image |
prompt or references, then stills |
caption_video |
any video URL, then burned-in captions + transcript |
create_influencer |
brief idea + name, then a reusable character: portrait + character sheet, usable via --influencer on every later run |
The wedge is create_influencer. Make an influencer once, and your agent asks for that same face by name in every make_video and make_image run after it. One face, a whole series.
--enhance-prompt rewrites a rough one-liner into a director-grade prompt before generating, and --captions returns the video already subtitled in tiktok or movie style. Idea in, post-ready MP4 out, one command. Most platforms leave both steps to you.
Prepaid credits, no subscription. Failed runs refund automatically. Outputs live on permanent CDN URLs.
License
CLI and skill are Apache-2.0. The hosted service is a commercial product.
安装
把 agenthook 添加到你的客户端。选择你正在使用的那个。
claude mcp add mcp -- npx -y @getagenthook/mcpcodex mcp add mcp -- npx -y @getagenthook/mcpamp mcp add mcp -- npx -y @getagenthook/mcp{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@getagenthook/mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@getagenthook/mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp","command":"npx","args":["-y","@getagenthook/mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@getagenthook/mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@getagenthook/mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@getagenthook/mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@getagenthook/mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@getagenthook/mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @getagenthook/mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
评分
39 / 100
不完整
- 文档22/25
- 维护16/25
- 可信度13/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 48 days ago
- Has a release history
- Repository is not archived
- Licensed Apache-2.0
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年7月12日 |