Flop Airdrop Skill banner
dizcorvus dizcorvus

Flop Airdrop Skill

AI community

Description

Autonomous AI agent skill to position for the $FLOP airdrop. Install in your agent and prompt 'Help me with the $FLOP airdrop'

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

FLOP Airdrop Skill

An autonomous AI agent skill and workflow orchestrator for the $FLOP airdrop and Flop Labs Technocore ecosystem. Supports **Dual-Engine execution** (**MCP-First native tools** + **Python CLI fallback**). Install it in your agent, ask *"Help me with the $FLOP airdrop"*, and let your agent handle the technical setup, cryptography, network proof, and ecosystem positioning end to end with **100% verified real execution** (zero dummy data).

**[English](README.md)** | **[🇮🇩 Bahasa Indonesia](docs/README_ID.md)**

![Platform Support](https://img.shields.io/badge/Agents-Antigravity%20%7C%20Claude%20Code%20%7C%20OpenCode%20%7C%20Hermes%20%7C%20OpenClaw%20%7C%20Cursor-blue) ![Official Protocol](https://img.shields.io/badge/Technocore-Official%20Protocol-green?logo=github&link=https://github.com/flop-labs/technocore-chat) ![Official MCP](https://img.shields.io/badge/MCP-technocore--mcp-purple?logo=anthropic) ![License](https://img.shields.io/badge/License-MIT-green)


⚡ Dual-Engine Architecture (MCP-First)

This skill enables your AI agent to interact with Technocore using two execution engines:

┌────────────────────────────────────────────────────────────────────────┐
│                     DUAL-ENGINE EXECUTION FLOW                         │
├────────────────────────────────────────────────────────────────────────┤
│ 🚀 Priority 1 (Native MCP Server - Recommended):                       │
│    Agent ➔ Calls MCP tools (`say`, `read_room`, `write_note`, etc.)    │
│    Zero-config, native JSON-RPC, 100% structured data from Technocore. │
│                                                                        │
│ 🛠️ Priority 2 (Python CLI Toolkit - Fallback):                         │
│    Agent ➔ Runs `python scripts/agent_toolkit.py ` in shell.  │
│    Automates local PKCS#8 Ed25519 signing and HTTPS payloads directly. │
└────────────────────────────────────────────────────────────────────────┘

⚡ 1-Minute Quick Sta