Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

Full-Time-Employee

Full-Time-Employee에는 metachemist에서 수집한 skills 10개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
10
Stars
4
업데이트
2026-03-12
Forks
0
직업 범위
직업 카테고리 4개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

approval-executor
소프트웨어 개발자

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.

2026-03-12
facebook-poster
소프트웨어 개발자

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.

2026-03-11
instagram-poster
시장조사 분석가·마케팅 전문가소프트웨어 개발자

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.

2026-03-11
linkedin-poster
소프트웨어 개발자

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.

2026-03-11
odoo-crm
소프트웨어 개발자

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.

2026-03-11
twitter-poster
소프트웨어 개발자

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.

2026-03-11
ceo-briefing
최고 경영자

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.

2026-03-01
vault-operator
파일 사무원

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.

2026-03-01
browsing-with-playwright
소프트웨어 개발자

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).

2026-02-26
gmail-sender
소프트웨어 개발자

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.

2026-02-25