ワンクリックで
Full-Time-Employee
Full-Time-Employee には metachemist から収集した 10 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
Process approved actions from vault/Approved/ and execute them. Reads each APPROVAL_*.md file, identifies the action type (send_email, send_linkedin_post), dispatches to the correct sender skill, logs the result, and moves files to vault/Done/. Use when the user has moved approval files to /Approved and wants them executed, or when running as part of the autonomous action loop.
Create and publish text posts to a Facebook Page using the official Graph API. Use when asked to post on Facebook, or when processing an approved APPROVAL_SEND_FACEBOOK_POST_*.md file from vault/Approved/. Always draft first and require human approval before posting.
Create and publish photo posts with captions to Instagram using the official Content Publishing API (no browser required). Use when asked to post on Instagram, or when processing an approved APPROVAL_SEND_INSTAGRAM_POST_*.md file from vault/Approved/. Always draft first and require human approval before posting. NOTE: Instagram requires a publicly accessible HTTPS image URL — local file paths are not supported by the API.
Create and publish LinkedIn posts for business/sales content using the official LinkedIn UGC Posts API. Use when asked to post on LinkedIn, schedule a sales post, or process an approved LinkedIn post action from vault/Approved/. Always draft first and require human approval before posting.
Integrate with self-hosted Odoo Community via JSON-RPC API. Use for CRM operations (create leads, log activities, search contacts) and accounting draft actions (create draft invoices — never post without human approval). Use when processing LinkedIn connections, approved CRM actions, or when running the weekly accounting audit. Requires ODOO_URL, ODOO_DB, ODOO_USERNAME, ODOO_PASSWORD in .env.
Create and publish posts (tweets) to Twitter/X using the official X API v2 (OAuth 1.0a — no browser required). Use when asked to post on X/Twitter, or when processing an approved APPROVAL_SEND_TWITTER_POST_*.md file from vault/Approved/. Always draft first and require human approval before posting.
Generate a structured CEO/owner briefing from vault state. Use when a BRIEFING_*.md file appears in vault/Inbox/ (placed by cron), or when the user asks for a daily/weekly summary. Reads Done/, Pending_Approval/, Plans/, Logs/, and Dashboard.md to produce a concise executive report written to vault/Briefings/. No human approval required — read-only action.
Read from and write to the AI Employee Obsidian vault. Process items in /Needs_Action, create plans in /Plans, update Dashboard.md, and move completed items to /Done. Use when directed to process the vault, handle pending tasks, or update the dashboard.
Browser automation using Playwright MCP. Navigate websites, fill forms, click elements, take screenshots, and extract data. Use when tasks require web browsing, form submission, web scraping, UI testing, or any browser interaction. NOT when only fetching static content (use curl/wget instead).
Send approved emails via Gmail API. Use after a human has approved an APPROVAL_SEND_EMAIL_*.md file by moving it to vault/Approved/. Reads the payload, sends the email, logs the result, and moves the approval file to vault/Done/. Never send without an approved file present.