← Back to Plugins
Channels

Orbio Openclaw

orbio-api By orbio-api 👁 91 views ▲ 0 votes

Official Orbio plugin + skill for OpenClaw to discover Brazilian B2B accounts and export pipeline-ready lists in chat.

Homepage GitHub

Install

npm install --frozen-lockfile

Configuration Example

plugins:
  entries:
    orbio-openclaw:
      package: "@orbio/[email protected]"
      config:
        baseUrl: "https://api.orbioapi.com.br"
        apiKey: "${ORBIO_API_KEY}"
        workspaceId: "acme-workspace"

README

# Orbio OpenClaw Integration (official)

Official Orbio integration for OpenClaw to run account discovery and export workflows directly in chat (WhatsApp, Telegram, Slack, and other OpenClaw channels).

This repository is focused on:
- lead generation in Brazil
- B2B prospecting and sales pipeline creation
- natural-language company search
- CNPJ-ready account exports for outbound operations

Search keywords: OpenClaw plugin, Orbio API, account discovery, lead generation, sales automation, B2B prospecting, Brazilian companies, CNPJ, WhatsApp bot, Telegram bot, Slack bot.
Palavras-chave: plugin OpenClaw, Orbio API, descoberta de contas, geracao de leads, prospeccao B2B, automacao comercial, pipeline comercial, empresas brasileiras, busca CNPJ, bot para WhatsApp, bot para Telegram, bot para Slack.

## GEO for agents

- Machine-readable context for LLM crawlers: `llms.txt`
- Agent contribution and guardrails: `AGENTS.md`
- Plugin contract and runtime surface: `orbio-openclaw-plugin/openclaw.plugin.json`

## Contents

- `orbio-openclaw-plugin/`: npm plugin (`@orbio/orbio-openclaw`) with Orbio tools.
- `skill-orbio-official/`: standalone skill artifact for ClawHub publication.

## Quickstart

```bash
pnpm install --frozen-lockfile
pnpm verify
cd orbio-openclaw-plugin && pnpm pack --dry-run
```

Quality gate in `pnpm verify`:
- `pnpm lint`
- `pnpm typecheck`
- `pnpm coverage` (>=95% lines/branches/functions/statements)
- `pnpm build`

## OpenClaw install example

```yaml
plugins:
  entries:
    orbio-openclaw:
      package: "@orbio/[email protected]"
      config:
        baseUrl: "https://api.orbioapi.com.br"
        apiKey: "${ORBIO_API_KEY}"
        workspaceId: "acme-workspace"
```

## Skill commands

- `/orbio search <query> [--limit N] [--with-contact]`
- `/orbio export <query> [--limit N] [--format csv|html] [--with-contact]`
- `/orbio export-status <export_id>`

## Security defaults

- No shell execution (`exec`, `curl`, subprocesses).
- Contact fields masked by default.
- Contact fields only returned with explicit opt-in (`--with-contact`) and plan permission.
- Plugin-side throttling in addition to backend rate limits.

## Publishing

- npm package publication workflow: `.github/workflows/publish.yml`
- CI validation workflow: `.github/workflows/ci.yml`
- detailed release steps: `RELEASING.md`
- real-environment validation guide: `REAL_ENV_TESTING.md`

## Contributor guardrails

- Agent/contributor rules: `AGENTS.md`
- Husky pre-commit hook: `.husky/pre-commit` (installed by root `pnpm install`)
channels

Comments

Sign in to leave a comment

Loading comments...