Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

alter-actions改变行动

Agent Skill

alter-actions 用于记录任务执行中的错误、用户纠正、经验和能力缺口,适合在 OpenClaw 中希望让 Agent 持续沉淀问题、修正和最佳实践时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

74,131

周安装

2,970

GitHub Stars

公开资料未说明

下载量

23,998
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:alter-actions(改变行动)
来源仓库:https://github.com/olivieralter/alter-actions
安装命令:
openclaw skills install alter-actions
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install alter-actions

简介

通过 x-callback-urls 触发更改 macOS 应用程序操作。超过 84 个操作的目录,包括提问、翻译、总结、语法纠正等。

SKILL.md

name
alter-action-trigger
description
Trigger Alter macOS app actions via x-callback-urls. Catalog of 84+ actions including ask-anything, translate, summarize, grammar correction, and more.
metadata
{"clawdbot":{"requires":{"os":["darwin"]},"emoji":"🌀"}}
user-invocable
true
homepage
https://alterhq.com/blog/alter-callback-urls-guide

Alter Action Trigger

Trigger Alter actions via x-callback-urls from Clawdbot or the command line.

Quick Start

# Trigger an action directly
node index.js trigger ask-anything --input "What is AI?"

# Find actions with natural language
node index.js find "summarize video"

# List all actions in a category
node index.js list --category writing

URL Format

All Alter actions use the x-callback-url format:

alter://action/{action-id}?input={encoded-text}&param={value}

Functions

triggerAction(actionId, input, params)

Triggers an Alter action via x-callback-url.

findActions(query)

Finds actions matching a natural language query.

listActions(category)

Lists all actions, optionally filtered by category.

getActionInfo(actionId)

Returns detailed information about a specific action.

buildCallbackUrl(actionId, input, params)

Builds an x-callback-url without executing it.


Available Actions Reference

📝 Writing Actions

Action IDNameDescriptionParameters
analyze-proseAnalyze ProseEvaluates writing for quality with ratings and recommendationsNone
aphorismsAphorismsFinds and prints existing, known aphorismsNone
change-toneChange the ToneChanges text tone while preserving meaningtone: Assertive, Friendly, Informal, Professional, Simple and direct
correct-grammarCorrect Grammar & SpellingFixes grammar and spelling errorsNone
cut-filler-wordsCut filler wordsRemoves filler words for confident textNone
fill-inFill inCompletes partial text intelligentlyNone
improve-writingImprove WritingRefines text for clarity, coherence, grammarNone
lengthenLengthenExpands text with additional detailsNone
pollPollGenerates engaging pollsNone
rewriteRewriteRewrites text with fresh perspectivesNone
shortenShortenCondenses text while retaining essentialsNone
write-essayWrite essayCrafts well-structured essaysinput: Topic/Instructions

💻 Code Actions

Action IDNameDescriptionParameters
act-codeAct On CodeModifies and improves codeinput: Instructions
documentDocument codeDocuments code with commentsNone
explain-codeExplain CodeExplains code and documentationNone
fill-codeFill CodeFills in missing codeNone
fix-codeFix CodeFixes code errorsinput: Error message
language-gptLanguage-GPTExpert insights for programming languagesinput: Question
suggest-improvementsSuggest code improvementsAnalyzes code for enhancementsNone
transcodeTranscode to other languageConverts code between languageslanguage: Target language

🌐 Translation Actions

Action IDNameDescriptionParameters
translateTranslateTranslates text between languageslanguage: Arabic, Chinese, Dutch, English, Filipino, French, German, Indonesian, Italian, Japanese, Korean, Portuguese, Russian, Spanish, Vietnamese
translate-to-englishTranslate to EnglishTranslates any language to EnglishNone
translate-to-frenchTranslate to FrenchTranslates any language to FrenchNone
translate-to-spanishTranslate to SpanishTranslates any language to SpanishNone

📊 Summarize Actions

Action IDNameDescriptionParameters
summarize-detailedDetailedComprehensive summary with overview, points, takeawaysNone
summarize-microMicroConcise, focused summariesNone
summarize-newsletterNewsletter SummaryExtracts key newsletter updatesNone

🔍 Extract Actions

Action IDNameDescriptionParameters
extract-mailsMailsExtracts email addressesNone
extract-namesNamesExtracts personal namesNone
extract-anyPeople/CompaniesExtracts personal/business infoNone
extract-predictionsPredictionsExtracts predictionsNone
extract-recommendationsRecommendationsExtracts recommendationsNone
extract-todoTasksExtracts actionable tasksNone
extract-trendsTrendsExtracts trendsNone
extract-wisdomExtract WisdomExtracts insights and interesting infoNone

📋 Format Actions

Action IDNameDescriptionParameters
format-to-bullet-listBullet listConverts text to bullet listNone
format-to-markdown-checklistMarkdown checklistConverts text to checklistNone
format-to-markdown-tableMarkdown tableConverts text to tableNone
format-to-numbered-listNumbered listConverts text to numbered listNone
sort-azSort A-ZSorts alphabetically ascendingNone
sort-zaSort Z-ASorts alphabetically descendingNone

🎨 Create Actions

Action IDNameDescriptionParameters
create-alter-actionAlter ActionCreates Alter Actionsinput: Instructions
create-chartsChartsCreates Recharts visualizationsinput: Instructions
create-diagramsDiagramsGenerates Mermaid diagramsinput: Instructions
create-htmlHTML pageCreates HTML pagesinput: Instructions
create-imagesImagesGenerates AI images (Flux, Ideogram)input: Instructions
create-mapsMapsCreates LeafletJS mapsinput: Instructions
create-presentationsHTML PresentationsGenerates slide presentationsinput: Instructions
create-react-appTailwind React AppCreates React appsinput: Instructions

🔎 Explain Actions

Action IDNameDescriptionParameters
analyze-paperAnalyze PaperAnalyzes research papersNone
explain-selectionExplainExplains complex concepts simplyNone
hidden-messageHidden messageUncovers hidden messages in textNone

🔀 Git Actions

Action IDNameDescriptionParameters
git-commitCommit messageGenerates commit messagesNone
git-reviewReviewReviews code changesNone
git-summarizeSummarizeSummarizes Git commitsNone
pull-requestPull RequestCreates PR descriptionsNone

🧠 Co-Intelligence Actions (Expert GPTs)

Action IDNameDescriptionParameters
business-strategist-gptBusiness Strategy ExpertBusiness strategy adviceinput: Question
children-educatorChildren EducatorEarly childhood education guidanceinput: Question
e-commerce-strategist-gptE-commerce Strategy ExpertE-commerce strategy adviceinput: Question
hrmanager-gptHR Manager ExpertHR management guidanceinput: Question
marketer-gptMarketing ExpertMarketing strategy adviceinput: Question
mental-models-gptMental Models ExpertMental models for decision-makinginput: Question
software-architect-gptSoftware Architect ExpertSoftware architecture guidanceinput: Question

💬 General Actions

Action IDNameDescriptionParameters
ask-anythingAsk AnythingOpen-ended AI conversationinput: Instructions
ask-webSearch the webWeb search with sourcesinput: Question

📧 Email Actions

Action IDNameDescriptionParameters
mail-draftMail DraftCreates email draftsinput: Instructions
mail-multi-summaryMulticonversation summarySummarizes multiple email threadsNone
mail-replyMail ReplyGenerates email repliesanswerType: Any updates?, Doesn't work, I don't know, etc.
mail-summaryThread summarySummarizes email threadsNone

📱 Social Media Actions

Action IDNameDescriptionParameters
linkedin-postLinkedin PostCreates LinkedIn postsNone
linkedin-replyLinkedin ReplyGenerates LinkedIn repliesNone
twitter-postTwitter PostCreates engaging tweetsNone
twitter-replyTwitter ReplyGenerates tweet repliesNone
twitter-threadTwitter ThreadCreates Twitter threadsNone

📺 YouTube Actions

Action IDNameDescriptionParameters
youtube-hidden-messageYoutube hidden messageAnalyzes videos for hidden messagesNone
youtube-summarize-detailedYoutube detailed SummaryComprehensive video summariesNone
youtube-summarize-microYoutube micro summaryQuick video summariesNone

🎯 Other Actions

Action IDNameDescriptionParameters
create-a-keynote-deckGenerate Keynote slidesGenerates Keynote presentationsinput: Instructions
edit-a-keynote-deckEdit Keynote slideEdits Keynote slidesinput: Instructions
translate-the-deckTranslate the deckTranslates Keynote presentationslanguage: Target language
write-presenter-notesWrite presenter notesCreates presenter notesNone
meeting-scribeMeeting ReportConverts transcripts to notesNone
spreadsheet-formulaSpreadsheet FormulaCreates spreadsheet formulasinput: Instructions
user-storyUser StoryCreates agile user storiesNone

Categories

CategoryDescriptionAction Count
codeProgramming and development8
writingText editing and creation12
translateLanguage translation4
summarizeContent summarization2
extractInformation extraction7
formatText formatting6
createContent creation8
explainExplanation and analysis4
gitGit version control4
co-intelligencesExpert AI assistants7

Usage Examples

From Clawdbot

// Trigger ask-anything with a question
const { triggerAction } = require('./index.js');
triggerAction('ask-anything', 'What is machine learning?');

// Find actions for "translate text"
const { findActions } = require('./index.js');
const matches = findActions('translate text');
console.log(matches[0]); // { id: 'translate', name: 'Translate', ... }

// Build URL without triggering
const { buildCallbackUrl } = require('./index.js');
const url = buildCallbackUrl('translate', null, { language: 'French' });
// -> alter://action/translate?language=French

From Command Line

# Ask a question
node index.js trigger ask-anything --input "Explain quantum computing"

# Translate with specific language
node index.js trigger translate --param "language=Japanese"

# Fix code with error message
node index.js trigger fix-code --input "TypeError: undefined is not a function"

# Change tone
node index.js trigger change-tone --param "tone=Professional"

# Search for actions
node index.js find "create a chart"

# Get action details
node index.js info create-images

Notes

  • Actions operate on currently selected text/files in Alter
  • Parameters are URL-encoded automatically
  • Actions with hasParameters: false typically need selected content in Alter
  • The open command is used on macOS to trigger x-callback-urls

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

79.22%
按下载量换算19,011

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills