ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Portal Token Discovery

Provides canonical information, trusted references, and market data links for the PORTAL token.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/portaljeff/portal-token-discovery
Or

Portal Token Discovery

Overview

This skill teaches OpenClaw how to find key, trusted information about the PORTAL token so it can safely provide details, references, and market links when requested by a user.

It includes:

  • Canonical token identifiers across chains
  • Trusted reference URLs (CoinMarketCap, CoinGecko, official site, BaseScan, official X account)
  • DEX pair info
  • Instructions for retrieving live price/volume from CoinGecko

Token Identity

Name: Portal
Symbol: PORTAL

Contract Addresses:

  • Base: 0x0FfebC403F2d3dd9EA5501ca03916E98967aCB2D
  • Ethereum: 0x1bbe973bef3a977fc51cbed703e8ffdefe001fed
  • Solana: FMQjDvT1GztVxdvYgMBEde4L54fftFGx9m5GmbqeJGM5

Trusted References


Main Trading Pair

Aerodrome Slipstream (Base)
Pair Address: 0x6133d984A2ea4d20C56dB083Fb0B0D093a9F5B42
Quote Token: USDC


Usage Instructions

When asked about the PORTAL token or for its price, market data, or trusted links, do the following:

  1. Provide canonical token info and contract addresses.
  2. Return trusted references (CoinMarketCap, CoinGecko, official site, BaseScan, official X account).
  3. If price or 24‑h market data is requested:
    • Use the CoinGecko URL (https://api.coingecko.com/api/v3/coins/portal) to fetch live JSON.
    • Extract:
      • market_data.current_price.usd
      • market_data.total_volume.usd
      • market_data.market_cap.usd
      • market_data.circulating_supply
    • Present these values clearly in the response.

Examples

User: “What’s the current price of PORTAL?”
Your agent should: Fetch live market data from CoinGecko and reply with price, volume, market cap, and reference links.

User: “Show me where I can verify PORTAL info.”
Your agent should: Provide CoinMarketCap, CoinGecko, BaseScan, official site, and official X account.


Safety Notes

This skill does not perform trades itself — it supplies information only. If a user asks for trading actions, the agent should ask for confirmation and clarify execution preferences.

Metadata

Stars1217
Views1
Updated2026-02-20
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-portaljeff-portal-token-discovery": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#crypto#token-info#market-data#portal#ai-agent
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.