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

airdropairdrop 搜索

Agent Skill

airdrop 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,138

周安装

346

GitHub Stars

公开资料未说明

下载量

2,851
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install airdrop

简介

通过 AirDrop 与 macOS 护栏、分段检查和自动化友好的工作流程将本地文件发送到附近的 Apple 设备。

SKILL.md

name
AirDrop
slug
airdrop
version
1.0.0
homepage
https://clawic.com/skills/airdrop
description
Send local files to nearby Apple devices through AirDrop with macOS guardrails, staging checks, and automation-friendly workflows.
changelog
Initial release with direct AirDrop launch, shortcut fallback, and safer file-sharing guardrails for nearby Apple devices.
metadata
{"clawdbot":{"emoji":"A","requires":{"bins":[]},"os":["darwin"],"configPaths":["~/airdrop/"]}}

When to Use

User wants the agent to send a local file, export, screenshot, log bundle, or review artifact to a nearby Apple device with AirDrop. Agent handles file staging, confirmation, local handoff, and mode selection between direct AppKit launch and Shortcut fallback.

Requirements

  • macOS with AirDrop enabled in Finder.
  • Nearby Apple recipient available and visible to the current Mac.
  • Direct mode uses xcrun swift or swift to run airdrop-send.swift.
  • Shortcut mode uses the built-in shortcuts CLI and a user-owned shortcut that accepts file input.

Architecture

Memory lives in ~/airdrop/. If ~/airdrop/ does not exist, run setup.md. See memory-template.md for structure.

~/airdrop/
|- memory.md          # Activation and confirmation preferences
`- staging/           # Optional user-approved temp exports before sharing

Quick Reference

TopicFile
First-run behavior and activationsetup.md
Memory structurememory-template.md
Direct CLI wrapperairdrop-send.sh
AppKit AirDrop launcherairdrop-send.swift
Common execution patternsworkflow-recipes.md
Recovery and diagnosticstroubleshooting.md

Core Rules

1. Resolve Exact Files Before Sharing

  • Work only with explicit local file paths.
  • For generated text or mixed output, stage to a user-approved file first, then share that file.
  • Refuse vague requests like "send the project" until the exact payload is listed.

2. Use the Smallest Safe Payload

  • Prefer the exact artifact the recipient needs: one PDF, one ZIP, one screenshot set, one installer.
  • When the source is a directory, curate or archive the approved subset before launch.
  • Treat hidden files, secrets, and unrelated workspace state as excluded by default.

3. Keep Recipient Choice Interactive

  • AirDrop recipient selection stays in the macOS share UI.
  • Do not claim silent recipient targeting, background delivery, or machine-verifiable recipient identity.
  • If the user wants zero-click routing, use Shortcut mode only when they already built that behavior locally.

4. Pick the Right Execution Mode

  • Default to airdrop-send.sh for direct local handoff because it launches the native AirDrop sharing service without inventing unsupported CLI verbs.
  • Use Shortcut mode when the user already has a Shortcut that renames, compresses, or routes files before AirDrop.
  • If swift is unavailable, fall back to the user's Shortcut flow or stop with a concrete requirement message.

5. Confirm Sensitive Shares

  • Before launching AirDrop for logs, source bundles, contracts, exports, or anything private, list the exact files and ask for confirmation.
  • If the user says "only the final artifact", strip extras before sharing.
  • Never include credential files, env files, database dumps, or hidden config unless the user explicitly requests them.

6. Report Handoff Honestly

  • Success means the AirDrop chooser launched with the requested files.
  • Do not say the transfer completed unless the user confirms it on-device.
  • If launch succeeds but the device does not appear, route to troubleshooting.md instead of retrying blindly.

Common Traps

TrapWhy It FailsBetter Move
Treating AirDrop like scpNo stable official recipient CLI targetingLaunch native chooser and keep recipient selection interactive
Sending raw text directlyAirDrop works on shareable items, not vague chat contentWrite the text to a file, then share that file
Sharing whole folders by reflexLeaks unrelated files and slows discoveryZip or curate the exact approved subset first
Claiming delivery success too earlyLaunching the chooser is not transfer confirmationReport "handoff started" until the user confirms receipt
Retrying with the same bad payloadHidden files or unsupported items keep failingReduce to one known-good file and retry once

Data Storage

This skill can operate with no persistent local state. If the user wants repeatable behavior, store only activation, confirmation, and staging preferences in ~/airdrop/memory.md. Create ~/airdrop/staging/ only with user approval when temporary share files are useful.

Security & Privacy

Data that stays local:

  • Skill memory and optional staging files in ~/airdrop/
  • The source files until the user chooses a nearby AirDrop recipient

Data that may leave your machine:

  • Only the specific files the user approved for AirDrop
  • Discovery and transfer metadata handled by macOS AirDrop services with nearby Apple devices

This skill does NOT:

  • Upload files to undeclared cloud services
  • Select recipients silently in the background
  • Confirm transfer completion without user-visible evidence
  • Read or share files outside the approved payload list

Related Skills

Install with clawhub install <slug> if user confirms:

  • macos - General macOS command workflows, permissions checks, and native app automation patterns.
  • applescript - Finder and app automation when AirDrop workflows need UI scripting around local files.
  • files - File selection, packaging, renaming, and cleanup before sharing the final payload.
  • photos - Exporting and converting image assets before sending them to another Apple device.

Feedback

  • If useful: clawhub star airdrop
  • Stay updated: clawhub sync

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

96.4%
按下载量换算2,748

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills