Skip to content

orbitant-business

v0.3.1

Business management commands, data queries, and automated reports — Notion-backed management plus Factorial HR, HubSpot, and Airtable queries

Installation

# Register the marketplace (if not already done)
/plugin marketplace add weorbitant/orbitant-os

# Install this plugin
/plugin install orbitant-business

Commands (7)

/orbitant-business:challenge

Create or list challenges in your Notion Challenges database. Tracks blockers, risks, and problems to solve.

/orbitant-business:highlight

Create or list highlights in your Notion Headlines database. Tracks wins, milestones, and good news worth celebrating.

/orbitant-business:opportunity

Create or list opportunities in your Notion Opportunities database. Tracks ideas, openings, and possibilities to embrace.

/orbitant-business:preflight

Health check for business data sources. Tests API connectivity, validates config, reports pass/fail with fix instructions.

/orbitant-business:query

Answer natural-language questions about business data by routing to the appropriate data source. Usage: /query "{question}"

/orbitant-business:report

Generate business reports from YAML definitions. Aggregates data from multiple sources (Notion, Factorial, HubSpot, Airtable) into structured weekly/monthly reports. Usage: /report weekly, /report monthly, /report list, /report <custom-name> Supports --output, --path, --schedule, --unschedule flags.

/orbitant-business:todo

Create or list todos in your Notion TODOs database. Tracks tasks, deadlines, and ownership.

Agents (3)

airtable-fetcher

Fetches recruitment pipeline data from Airtable MCP. Retrieves candidates, positions, and hiring metrics.

Allowed tools: Read, mcp__airtable__list_records, mcp__airtable__search_records, mcp__airtable__list_tables, mcp__airtable__describe_table, mcp__airtable__get_record, mcp__airtable__list_bases

factorial-fetcher

Fetches HR team data from the Factorial HR API. Retrieves employees, leaves, and leave types.

Allowed tools: Bash, Read

hubspot-fetcher

Fetches commercial pipeline data from the HubSpot MCP server. Retrieves deals, pipeline stages, and activity metrics.

Allowed tools: Read, mcp__claude_ai_HubSpot__get_crm_objects, mcp__claude_ai_HubSpot__search_crm_objects, mcp__claude_ai_HubSpot__get_properties, mcp__claude_ai_HubSpot__get_user_details, mcp__claude_ai_HubSpot__search_owners

Uninstalling

/plugin uninstall orbitant-business