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

digital-labour数字化劳动力

Agent Skill

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

总安装

8,412

周安装

337

GitHub Stars

公开资料未说明

下载量

2,723
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install digital-labour

简介

打包 24 种垂直领域 AI 代理应对不同业务自动化需求。

  • 包括销售拓客、文案写作、市场调研等高频任务。digital-labour 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 每个代理均经过实战打磨具备较强任务执行能力。
  • 可根据企业实际业务流程选择适配模块组合使用。
  • 推荐先试用单个代理再逐步扩展至全栈自动化体系。

SKILL.md

name
digital-labour
version
1.0.0
description
24 AI agents for business automation - sales outreach, lead gen, content creation, SEO, ad copy, bookkeeping, proposals, market research, business plans, tech docs, data entry, web scraping, CRM ops, and more. Multi-agent pipelines with QA verification on every output. Powered by GPT-4o, Claude, Gemini, and Grok.
tags
[ai-agents, business-automation, sales, lead-generation, content-creation, seo, bookkeeping, proposals, market-research, freelancing, saas, api]
author
Resonance Energy
homepage
https://bitrage-labour-api-production.up.railway.app
metadata
author
Resonance Energy
version
1.0.0
openclaw
emoji
homepage
https://bitrage-labour-api-production.up.railway.app
requires
env
bins
primaryEnv
DIGITAL_LABOUR_API_URL
compatibility
Requires Python 3.6+ (stdlib only, no pip installs). Requires DIGITAL_LABOUR_API_URL environment variable (defaults to production API).

⚡ Digital Labour — 24 AI Agents for Business Automation

Your entire back-office, automated. Run any of 24 specialized AI agents through plain English. Sales outreach, lead generation, content repurposing, SEO, ad copy, bookkeeping, proposals, market research, tech docs — all with built-in QA verification.

Quick Start

Set your API URL (or use the default production endpoint):

export DIGITAL_LABOUR_API_URL="https://bitrage-labour-api-production.up.railway.app"

Test the connection:

python3 {baseDir}/scripts/dl-api.py health

Run an agent:

python3 {baseDir}/scripts/dl-api.py run support_ticket '{"ticket_text": "My order has not arrived after 2 weeks"}'

Available Agents (24 Total)

Revenue & Sales (5 agents)

AgentCommandWhat it does
sales_outreachrun sales_outreach '{"company":"Stripe","role":"Head of Sales"}'Company research + 3-email outreach sequence
lead_genrun lead_gen '{"industry":"fintech","region":"North America"}'Generate qualified lead lists for any industry
email_marketingrun email_marketing '{"product":"SaaS CRM","audience":"small business owners"}'Full email campaign with subject lines + body copy
proposal_writerrun proposal_writer '{"project":"Website redesign","client_name":"Acme Corp"}'Professional project proposals with pricing
ad_copyrun ad_copy '{"product":"AI writing tool","platform":"google"}'Platform-optimized ad copy (Google/Facebook/Instagram)

Content & Marketing (4 agents)

AgentCommandWhat it does
content_repurposerun content_repurpose '{"content":"<blog post text>"}'Repurpose content into tweets, LinkedIn, newsletters
seo_contentrun seo_content '{"keyword":"AI automation","content_type":"blog"}'SEO-optimized content (blog/landing/pillar pages)
social_mediarun social_media '{"topic":"AI trends","platform":"linkedin","cta_goal":"drive signups"}'Platform-native social posts with CTAs
press_releaserun press_release '{"announcement":"Product launch","company":"Bitrage"}'PR-ready press releases

Operations & Data (4 agents)

AgentCommandWhat it does
data_entryrun data_entry '{"source_data":"<raw data>","output_format":"CSV"}'Structure and clean raw data
web_scraperrun web_scraper '{"source_url":"https://example.com","extraction_target":"pricing"}'Extract structured data from web pages
crm_opsrun crm_ops '{"contact_data":"<contact info>","action":"segment"}'CRM updates, segmentation, and reporting
bookkeepingrun bookkeeping '{"transactions":"<transaction data>","period":"monthly"}'Transaction categorization and financial reports

Documents & Research (4 agents)

AgentCommandWhat it does
doc_extractrun doc_extract '{"document_text":"<doc text>","doc_type":"invoice"}'Extract structured data from invoices, contracts, resumes
market_researchrun market_research '{"topic":"electric vehicles","depth":"detailed"}'Market analysis at overview/detailed/comprehensive depth
business_planrun business_plan '{"business_idea":"AI tutoring app","market":"K-12 education"}'Full business plans with financial projections
tech_docsrun tech_docs '{"code_or_api":"<code or API spec>","doc_type":"api"}'API docs, READMEs, and tutorials

Professional Services (3 agents)

AgentCommandWhat it does
support_ticketrun support_ticket '{"ticket_text":"<customer issue>"}'Categorize, prioritize, draft reply for support tickets
product_descrun product_desc '{"product_specs":"<specs>","tone":"luxury"}'Product descriptions in any tone
resume_writerrun resume_writer '{"career_data":"<career history>","target_industry":"tech"}'ATS-optimized resumes for any industry

Management Layer (4 agents)

AgentCommandWhat it does
context_managerInternal orchestrationMaintains context across multi-agent pipelines
qa_managerInternal orchestrationQuality assurance on every agent output
production_managerInternal orchestrationWorkflow scheduling and resource allocation
automation_managerInternal orchestrationAutonomous task routing and retry logic

Helper Script

scripts/dl-api.py — Python script (stdlib only) for all API operations.

Commands:

CommandDescription
healthCheck API health status
agentsList all available agents with input schemas
run <agent> <json_inputs>Run a specific agent with JSON inputs
batch <json_file>Run multiple agents from a JSON batch file

Examples:

# Check health
python3 {baseDir}/scripts/dl-api.py health

# List all agents
python3 {baseDir}/scripts/dl-api.py agents

# Generate sales outreach
python3 {baseDir}/scripts/dl-api.py run sales_outreach '{"company":"Tesla","role":"VP Engineering"}'

# Write a business plan
python3 {baseDir}/scripts/dl-api.py run business_plan '{"business_idea":"AI-powered pet care app","market":"pet owners 25-45"}'

# Generate SEO content
python3 {baseDir}/scripts/dl-api.py run seo_content '{"keyword":"remote work tools 2026","content_type":"pillar"}'

# Run a batch of tasks
python3 {baseDir}/scripts/dl-api.py batch {baseDir}/examples/batch.json

Batch Processing

Create a JSON file with multiple tasks:

[
  {"agent": "sales_outreach", "inputs": {"company": "Stripe", "role": "CTO"}},
  {"agent": "ad_copy", "inputs": {"product": "AI CRM", "platform": "facebook"}},
  {"agent": "seo_content", "inputs": {"keyword": "business automation", "content_type": "blog"}}
]

Run them all:

python3 {baseDir}/scripts/dl-api.py batch tasks.json

Multi-Agent Workflows

Chain agents together for complex operations:

Lead-to-Close Pipeline:

  1. lead_gen → find prospects in target industry
  2. market_research → understand their pain points
  3. sales_outreach → personalized outreach sequence
  4. proposal_writer → ready proposal when they respond

Content Engine:

  1. market_research → trending topics in your niche
  2. seo_content → long-form SEO blog post
  3. content_repurpose → tweets, LinkedIn, newsletter from that post
  4. social_media → platform-native posts with CTAs
  5. ad_copy → paid promotion copy

Client Onboarding:

  1. doc_extract → pull data from client documents
  2. data_entry → structure into your system format
  3. bookkeeping → set up financial tracking
  4. crm_ops → create CRM records

API Details

  • Base URL: https://bitrage-labour-api-production.up.railway.app
  • Universal Endpoint: POST /v1/run
  • Agent List: GET /agents
  • Health Check: GET /health
  • Docs: GET /docs
  • LLM Providers: OpenAI (GPT-4o), Anthropic (Claude), Google (Gemini), xAI (Grok)
  • QA: Every output passes through QA verification before returning

Environment Variables

VariableRequiredDefaultDescription
DIGITAL_LABOUR_API_URLYeshttps://bitrage-labour-api-production.up.railway.appAPI base URL
DIGITAL_LABOUR_API_KEYNo*(none)*Optional API key for authenticated access

Important Notes

  • Each agent call takes 3-15 seconds (real LLM inference, not cached)
  • All outputs include QA verification status
  • The provider field is optional in all agent inputs — omit to use the server default
  • Management agents (context_manager, qa_manager, etc.) are internal and run automatically during pipelines
  • Batch mode processes tasks sequentially to respect rate limits
  • All agent outputs are structured JSON with consistent schema

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

88.7%
按下载量换算2,415

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills