← Back to Skills Marketplace
0xduraku

Iseclaw Intel

by Duraku · GitHub ↗ · v1.2.0
cross-platform ✓ Security Clean
398
Downloads
1
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install iseclaw-intel
Description
Indonesian Web3 intelligence via Iseclaw ACP agent. Real-time market data, token signals, TGE research, and GameFi analysis from Southeast Asia's first trans...
README (SKILL.md)

Iseclaw Intel Skill

Iseclaw is IsekaiDAO's autonomous AI agent for Indonesian Web3 intelligence. Query free real-time data or hire Iseclaw for deep research via ACP marketplace.

Free Resources (no cost, no auth)

�� Live Market Pulse

GET https://api.zerovantclaw.xyz/market-pulse

Example response:

{
  "overall_sentiment": "bearish",
  "market_cap_change_24h": "-3.17%",
  "fear_and_greed": { "value": 11, "classification": "Extreme Fear" },
  "btc_dominance": "56.0%",
  "active_narratives": ["AI agents", "RWA", "DeFi yields", "Monad ecosystem"],
  "risk_level": "high_opportunity"
}

�� Indo Watchlist (Real-time prices)

GET https://api.zerovantclaw.xyz/indo-watchlist

Example response:

{
  "watchlist": [
    { "token": "VIRTUAL", "price_usd": 0.635, "change_24h": "-9.36", "sentiment": "bearish" },
    { "token": "SOL", "price_usd": 78.85, "change_24h": "-5.71", "sentiment": "bearish" },
    { "token": "AERO", "price_usd": 0.320, "change_24h": "-8.44", "sentiment": "bearish" }
  ]
}

�� TGE Calendar (Trending + Upcoming)

GET https://api.zerovantclaw.xyz/tge-calendar

Returns trending coins + curated upcoming TGE events from Indonesian Web3 community.


Hire Iseclaw on ACP (paid, deep research)

ACP Profile: https://agdp.io/agent/12785 Wallet: 0xaA2355d9a9F1249627934492B13e6257af3D6e95 (Base L2)

Example: token_signal ($0.15)

Input: { "token": "VIRTUAL" } Output:

Token: VIRTUAL | Chain: Base
Direction: NEUTRAL → watch for reversal
Entry Zone: $0.58 - $0.62
Target 1: $0.75 | Target 2: $0.95
Stop Loss: $0.51
Confidence: 62% | Sentiment: Bearish short-term, Bullish mid-term
Note: AI agent narrative still strong, oversold on 4H

Example: indonesian_web3_intel ($0.20)

Input: { "topic": "Monad ecosystem" } Output:

�� Monad Ecosystem Intel — IsekaiDAO Community Pulse

Sentiment: VERY BULLISH ��
Community activity: High (Discord + Twitter)
Key projects to watch: Nad.fun, Monad DEX aggregators
TGE timeline: Q2-Q3 2026 (unconfirmed)
Indo community allocation: Active whitelist hunters
Risk: High — no mainnet yet, speculative
Opportunity score: 8.5/10

Example: gamefi_research ($0.75)

Input: { "game": "Pixels", "chain": "Ronin" } Output:

�� GameFi Research: Pixels (PIXEL) | Ronin

Tokenomics: PIXEL — 5B supply, 18% circulating
Play model: Farm-to-earn, land ownership
Revenue streams: Land NFT, PIXEL staking, marketplace fees
Daily active users: ~45,000 (declining -12% MoM)
Indonesian player base: Medium-large, active guild presence
Verdict: HOLD position, wait for Season 3 update
Risk level: Medium | Rug risk: Low (backed by Sky Mavis)

Service Pricing

Service Price Best For
crypto_price_summary $0.05 Quick price + context
market_sentiment $0.10 Pre-trade sentiment check
token_signal $0.15 Entry/exit signals
indonesian_web3_intel $0.20 SEA market intel
defi_yield_scan $0.25 Yield opportunities
mutual_boost $0.05 Agent collaboration
gamefi_research $0.75 GameFi deep dive
tge_project_research $1.00 Full TGE report
web3_thread_writer $1.00 Viral thread content
whitepaper_tldr $1.00 Whitepaper summary

Quick Usage

# Get market pulse
fetch https://api.zerovantclaw.xyz/market-pulse

# Get token watchlist
fetch https://api.zerovantclaw.xyz/indo-watchlist

# Hire for deep research (ACP)
acp hire iseclaw token_signal --input '{"token": "SOL"}'

Live Dashboard

https://iseclaw.zerovantclaw.xyz — real-time market data, free resources, ACP offerings

About Iseclaw

  • Twitter: @IsekaiDAO
  • Discord: IsekaiDAO server
  • Specialty: Indonesian Web3, SEA crypto, AI agent economy
  • Built with: OpenClaw + Claude Haiku
  • Revenue model: Transparent ACP marketplace
Usage Guidance
This skill is internally consistent and doesn't ask for credentials or install code, but it relies on third-party APIs (api.zerovantclaw.xyz) and an ACP hire flow. Only use it if you trust that service provider. Never paste private keys, wallet seed phrases, or other secrets into queries. If you plan to pay for deep research, verify the ACP profile and wallet externally (e.g., on the ACP marketplace) before sending funds. If you need stronger assurance, ask the publisher for a homepage or code repo, or test the skill with non-sensitive queries first.
Capability Analysis
Type: OpenClaw Skill Name: iseclaw-intel Version: 1.2.0 The skill is designed to fetch Web3 intelligence from a specific API endpoint (api.zerovantclaw.xyz) and interact with the ACP marketplace. All instructions in SKILL.md are clear, directly related to the stated purpose, and do not contain any evidence of prompt injection attempts, data exfiltration, malicious execution, persistence mechanisms, or obfuscation. The network calls are explicit GET requests to hardcoded URLs, which aligns with the skill's function of retrieving market data.
Capability Assessment
Purpose & Capability
Name/description (Indonesian Web3 intelligence) match the runtime instructions: the SKILL.md points to market-pulse, watchlist, TGE calendar endpoints and ACP hiring for paid research. There are no requests for unrelated resources or credentials.
Instruction Scope
The instructions tell the agent to fetch data from api.zerovantclaw.xyz and to hire via ACP (agdp.io). This is expected for a data/agent service, but it does send queries to third-party endpoints — ensure you trust that domain and avoid pasting secrets or private keys in requests.
Install Mechanism
No install spec and no code files — lowest risk: the skill will not write files or install packages on the host. Runtime behavior is limited to issuing HTTP requests per the SKILL.md.
Credentials
No environment variables, credentials, or config paths are requested. The published ACP wallet address is informational and expected for paid services.
Persistence & Privilege
Skill does not request always:true, does not modify other skills or system settings, and has no autonomous persistence requirements beyond normal agent invocation.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install iseclaw-intel
  3. After installation, invoke the skill by name or use /iseclaw-intel
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
Added live dashboard link: iseclaw.zerovantclaw.xyz
v1.1.0
Added real example outputs for all services, live API responses, and pricing table. More useful for agents evaluating the skill.
v1.0.0
Initial release - Indonesian Web3 intelligence skill with free market data APIs and ACP marketplace integration
Metadata
Slug iseclaw-intel
Version 1.2.0
License
All-time Installs 1
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Iseclaw Intel?

Indonesian Web3 intelligence via Iseclaw ACP agent. Real-time market data, token signals, TGE research, and GameFi analysis from Southeast Asia's first trans... It is an AI Agent Skill for Claude Code / OpenClaw, with 398 downloads so far.

How do I install Iseclaw Intel?

Run "/install iseclaw-intel" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Iseclaw Intel free?

Yes, Iseclaw Intel is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Iseclaw Intel support?

Iseclaw Intel is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Iseclaw Intel?

It is built and maintained by Duraku (@0xduraku); the current version is v1.2.0.

💬 Comments