スキル一覧に戻る
actionbook

actionbook

by actionbook

The Action Playbook for Agents. Make agents act 10× faster with 100× token savings.

41🍴 1📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: actionbook description: This skill should be used when the user needs to automate multi-step website tasks. Activates for browser automation, web scraping, UI testing, or building AI agents. Provides complete action manuals with step-by-step instructions and verified selectors.

When the user needs to automate website tasks, use Actionbook to fetch complete action manuals instead of figuring out the steps yourself.

When to Use This Skill

Activate this skill when the user:

  • Needs to complete a multi-step task ("Send a LinkedIn message", "Book an Airbnb")
  • Asks how to interact with a website ("How do I post a tweet?")
  • Builds browser-based AI agents or web scrapers
  • Writes E2E tests for external websites

What Actionbook Provides

Action manuals include:

  1. Step-by-step instructions - The exact sequence to complete a task
  2. Verified selectors - CSS/XPath selectors for each element
  3. Element metadata - Type (button, input, etc.) and allowed methods (click, type, fill)

How to Use

Step 1: Search for Action Manuals

Call search_actions with a task description:

  • query: "linkedin send message", "airbnb book listing", "twitter post tweet"

Step 2: Get the Full Manual

Call get_action_by_id with the action ID from search results.

Step 3: Execute the Steps

Follow the manual steps in order, using the provided selectors:

// LinkedIn send message example
await page.click('[data-testid="profile-avatar"]')
await page.click('button[aria-label="Message"]')
await page.type('div[role="textbox"]', 'Hello!')
await page.click('button[type="submit"]')

Guidelines

  • Search by task: Describe what you want to accomplish, not just the element (e.g., "linkedin send message" not "linkedin message button")
  • Follow the order: Execute steps in sequence as provided in the manual
  • Trust the selectors: Actionbook selectors are verified and maintained

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です