company-admin

Fetch and update Notion company administrative pages via Notion commands.

249|47|Updated Nov 5, 2024
One-click install
npx skills add https://github.com/different-ai/agent-bank --skill company-admin
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: company-admin
Source: https://github.com/different-ai/agent-bank/tree/main/.opencode/skill/company-admin
Command: npx skills add https://github.com/different-ai/agent-bank --skill company-admin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables AI agents to securely access and update Notion-based company administrative information, centralizing sensitive admin data in a single source of truth.

Core Features & Use Cases

  • Fetch company-level data from the MCP Skills page and related Notion sections to keep records current.
  • Update Admin/Legal pages with new personal details, stock status, and officer information, ensuring policy compliance.
  • Use case example: Onboard a new director by syncing their information across MCP Skills and Admin/Legal pages.

Quick Start

  • Ensure .env exists at .opencode/skill/company-admin/.env with Notion page IDs:
  • NOTION_MCP_SKILLS_PAGE_ID=...
  • NOTION_ADMIN_LEGAL_PAGE_ID=...
  • NOTION_INVESTOR_CHEAT_SHEET_ID=...
  • Optionally set non-sensitive URLs if needed
  • Run fetch/update commands as described in the Notion workflow.

Frequently Asked Questions about company-admin

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update company legal and administrative data stored in Notion?▼

To update company legal and administrative data in Notion, an AI agent uses notion_notion-update-page commands to modify personal details, stock status, and officer information across Admin/Legal pages. It requires configuring specific Notion page IDs in a .env file.

Can I fetch investor Q&A information from a Notion page automatically?▼

Yes, you can fetch investor Q&A information from a Notion page using the notion_notion-fetch command. The skill accesses the Investor Cheat Sheet page by referencing its ID from your .env file to retrieve and sync current investor data.

What is needed to configure a Notion company admin data workflow?▼

Configuring a Notion company admin data workflow requires a .env file containing specific Notion page IDs like NOTION_MCP_SKILLS_PAGE_ID, NOTION_ADMIN_LEGAL_PAGE_ID, and NOTION_INVESTOR_CHEAT_SHEET_ID. This environment setup allows the AI agent to securely access and update central administrative records.

How do I onboard a new director and sync their details across Notion admin pages?▼

To onboard a new director and sync details across Notion admin pages, the skill fetches existing records from the MCP Skills page and updates the Admin/Legal page with new personal and officer information. This ensures all policy compliance records reflect the new director automatically.

Does Notion API work for keeping company admin records compliant?▼

Yes, the Notion API works for keeping company admin records compliant by using notion_notion-fetch and notion_notion-update-page commands to read and modify content across Admin/Legal pages. This centralizes sensitive data in a single source of truth for policy compliance.