gate-exchange-newcoin
New listing DD and event radar via gate-cli (info/news/cex): listings, fundamentals, risk, sentiment, tape, LaunchPool calendar; optional first spot/Alpha order after Action Draft + Y/N. Use this skill whenever the user asks about new listings, pre-listing research, launchpool, rug checks, or a first buy on a new asset. Trigger phrases include 'new listing', 'due diligence new coin', 'launchpool calendar', 'listing announcement', 'is it a rug', 'first buy spot'.
What this skill does
# New Coin Due Diligence and Event Radar (New Coin Radar)
## General Rules
⚠️ STOP — You MUST read and strictly follow the shared runtime rules before proceeding.
Do NOT select or call any tool until all rules are read. These rules have the highest priority.
→ Read `./references/gate-runtime-rules.md`
- **Only use the `gate-cli` commands explicitly listed in this skill.** Commands not documented here must NOT be run for these workflows, even if other interfaces expose them.
---
## Skill Dependencies
- **Before any `gate-cli` invocation:** ensure `gate-cli` is installed. Let `GATE_CLI_BIN="${GATE_OPENCLAW_SKILLS_BIN:-$HOME/.openclaw/skills/bin}/gate-cli"`. If **`[ ! -x "$GATE_CLI_BIN" ]`** (and `command -v gate-cli` also fails if you rely on `PATH`), **run** [`setup.sh`](./setup.sh) (e.g. `sh ./setup.sh` from this skill directory), then re-check.
- **No MCP servers** are required for this skill; execution is **`gate-cli` only** (see published mapping: [gate-cli](https://github.com/gate/gate-cli)).
### gate-cli commands used (deduplicated minimal set)
**Query operations (read-only)**
- `gate-cli info coin get-coin-info`
- `gate-cli info compliance check-token-security`
- `gate-cli info onchain get-address-info` (when the user supplies an explicit on-chain address and chain context)
- `gate-cli news feed get-exchange-announcements`
- `gate-cli news events get-latest-events`
- `gate-cli news feed search-news`
- `gate-cli news feed get-social-sentiment`
- `gate-cli cex launch projects`
- `gate-cli cex spot market ticker`
- `gate-cli cex spot market orderbook`
**Execution operations (write; API credentials required)**
- `gate-cli cex spot order buy` / `gate-cli cex spot order sell`
- `gate-cli cex alpha order place` (for Alpha market workflows; prefer `gate-cli cex alpha order quote` first when available per [`gate-cli` Alpha docs](https://github.com/gate/gate-cli))
### Authentication
- **Interactive file setup:** when **`GATE_API_KEY`** and **`GATE_API_SECRET`** are **not** both set on the host, run **`gate-cli config init`** to complete the wizard (see [gate-cli](https://github.com/gate/gate-cli)).
- **Env / flags:** **`gate-cli config init`** is **not** required when credentials are already supplied — e.g. **both** **`GATE_API_KEY`** and **`GATE_API_SECRET`** set — never ask the user to paste secrets into chat.
- **Permissions:** Read flows use public `info` / `news` CLI paths; **`cex` market reads** typically do not require keys; **order placement** requires **`Spot:Write`** (spot) and appropriate Alpha permissions for **`cex alpha`** writes.
- **Portal:** create or rotate keys outside the chat: https://www.gate.com/myaccount/profile/api-key/manage
### Installation check
- **Required:** `gate-cli` (install via [`setup.sh`](./setup.sh) when missing).
- **Sanity check:** Confirm `gate-cli --version` before relying on scripted flows.
## Execution mode
**Read and strictly follow** [`references/gate-cli.md`](./references/gate-cli.md), then execute routing, signal detection (S1–S5), and confirmation gates in this file.
- `SKILL.md` holds intent routing, signal definitions, Action Draft rules, and degradation policy.
- `references/gate-cli.md` is the authoritative execution contract for flags, parallelism, JSON output preference, and write gates.
## Domain knowledge
### Scope and routing
| Topic | Route here | Route elsewhere |
|-------|----------------|-----------------|
| New listings, upcoming listing research, LaunchPool calendars, first-order new coin context | This skill | — |
| Mature large-cap research / broad market research without new-coin framing | — | `gate-info-research` or single-dimension `gate-info-*` |
| Routine spot trading without new-listing angle | — | `gate-exchange-spot` |
| DEX on-chain swap | — | DEX wallet / trade skills |
### Research signals (S1–S4) and execution signal (S5)
| Signal | Dimension | Typical triggers | CLI subset |
|--------|-------------|-------------------|------------|
| S1 | New listing / calendar | listing, launchpool, new coin on exchange | `gate-cli news feed get-exchange-announcements`, `gate-cli cex launch projects` |
| S2 | Fundamentals / DD | diligence, tokenomics, project background | `gate-cli info coin get-coin-info`, `gate-cli news feed search-news` |
| S3 | Risk / safety | rug, honeypot, scam, contract safety | `gate-cli info compliance check-token-security`, optional `gate-cli info onchain get-address-info` |
| S4 | Heat / events / tape | pump, news, sentiment, tape | `gate-cli news events get-latest-events`, `gate-cli news feed get-social-sentiment`, `gate-cli cex spot market ticker`, `gate-cli cex spot market orderbook` |
| S5 | First-order execution (write) | **`buy_intent=true`** orthogonal to S1–S4 | **`gate-cli cex spot order buy|sell`**, **`gate-cli cex alpha order place`** only after Action Draft **and** user **Y** |
**`buy_intent` rules**
- **`true`:** User expresses a trading mandate (buy, sell, place order, market/limit, first fill, etc.) for spot or Alpha in a new-coin context.
- **`false`:** Pure research, comparison, calendar, or risk opinion with no order mandate.
- **Ambiguous execution:** If intent is true but **symbol**, **pair**, or **size** is missing, ask clarifying questions; **do not** call write CLIs until parameters match the draft and the user confirms **Y**.
### Fallback activation
- If the query names a **symbol** but no signal matches: default **S2** (fundamentals).
- If the query is generic “what is new” without a symbol: default **S1 + S4** (listings + heat).
### Parallelism
- **Parallel:** Commands that do not depend on each other’s stdout (within the same read phase).
- **Serial:** Extract symbols from announcements **then** per-symbol fan-out; **never** parallelize write CLIs with unrelated reads in the same confirmation round.
- Prefer **`--format json`** on supported subcommands when parsing structured fields.
## Workflow
### Step 1: Intent gate
Confirm the user is in **new coin / listing / launch / DD / first-order** context. If the request is clearly **only** mature-cap spot trading with no new-listing angle, prefer **`gate-exchange-spot`**.
### Step 2: Extract parameters and signals
Extract:
- `symbol[]` (0..N)
- `time_range` (default **24h** where applicable)
- **`buy_intent`** (bool)
- Activated signals **S1–S4** (independent toggles)
- **S5** iff **`buy_intent=true`**
Apply fallback rules when no signal would otherwise activate.
### Step 3: Assemble read-phase CLI set
Compute **CLI set = union** of CLIs for all activated **S1–S4** branches; **deduplicate**. Run read phase **before** any write.
### Step 4: Synthesize
Merge outputs; **do not** fabricate missing fields. If sources disagree, present **separate bullets** instead of a single contradictory sentence. Include mandatory **informational disclaimer** (not investment advice; see **Report Template**).
### Step 5: Execution branch (S5 only)
If **`buy_intent=false`:** deliver structured research only.
If **`buy_intent=true`:**
1. Ensure minimum research for safety: at least **S3** plus **one of S2/S4** when data is available; if the user insists on minimal execution, document elevated risk in the Action Draft.
2. Produce **Action Draft** (pair, side, type, amount semantics, estimated price/cost, fees, liquidity/slippage warning, new-asset risk note).
3. Wait for explicit **Y** / **N** on **that** draft **only**.
4. On **Y**, call **`gate-cli cex spot order buy|sell`** or **`gate-cli cex alpha order place`** as documented. **Never** place orders without step 2–3.
5. On failure: **do not auto-retry** writes; surface error text and suggest App/Web follow-up.
## Case routing map
| # | User intent (summary) | Signals | Read-phase focus | Write |
|---|----------------------|---------|------------------|-------|
| 1 | Screen recent listings for safer, hotter candidates | S1, S2, S3; S5 only after explicit buy | Announcements + news search; per symbol compliance + coinRelated in Productivity
gitea-workflow
IncludedOrchestrate agile development workflows for Gitea repositories using the tea CLI. Use when working with Gitea-hosted repos and asking to 'run the workflow', 'continue working', 'what's next', 'complete the task cycle', 'start my day', 'end the sprint', 'implement the next task', or wanting guided step-by-step development assistance. Keywords: workflow, orchestrate, agile, task cycle, sprint, daily, implement, review, PR, standup, retrospective, gitea, tea.
microsoft-graph-gateway
IncludedRoute Microsoft Graph work in this workspace. Use when users want to read or write Outlook mail, calendar events, contacts, OneDrive or SharePoint files, Teams, Planner, To Do, users, groups, directory data, or arbitrary Microsoft Graph endpoints from VS Code. Prefer WorkIQ for common read scenarios. Use Microsoft Graph for write actions and gap-read scenarios that need exact Graph properties, filters, permissions, or endpoints.
copilotkit
IncludedUse when building with CopilotKit — setup, development, integrations, debugging, upgrading, or contributing. Routes to the appropriate specialized skill based on the task.
wordly-wisdom
IncludedProvides calibrated decision analysis using Charlie Munger-style multiple mental models, inversion, incentive mapping, circle-of-competence checks, misjudgment audits, second-order effects, and forecast updates. Use when the user asks for an oracle take, a hard call, a decision memo, a premortem, an outside view, a red-team, a sanity-check, what am I missing, think this through, or wants a strategy, hire, investment, plan, product, partnership, or major life choice analysed. Avoid for simple factual lookups or time-sensitive legal, medical, or market questions without fresh evidence.
swain-session
IncludedSession management and project status dashboard. Owns the full session lifecycle (start/work/close/resume), focus lane, bookmarks, worktree detection, and tab naming. Also serves as the project status dashboard — shows active epics, progress, actionable next steps, blocked items, tasks, GitHub issues, and recommendations. Worktree creation is deferred to swain-do task dispatch (SPEC-195). Triggers on: 'session', 'status', 'what's next', 'dashboard', 'overview', 'where are we', 'what should I work on', 'show me priorities', 'bookmark', 'focus on', 'session info'.
gandi
IncludedComprehensive Gandi domain registrar integration for domain and DNS management. Register and manage domains, create/update/delete DNS records (A, AAAA, CNAME, MX, TXT, SRV, and more), configure email forwarding and aliases, check SSL certificate status, create DNS snapshots for safe rollback, bulk update zone files, and monitor domain expiration. Supports multi-domain management, zone file import/export, and automated DNS backups. Includes both read-only and destructive operations with safety controls.