chaingpt
78Build ChainGPT Web3 AI Apps
Web3 developers need clear API guidance for ChainGPT products before they write integration code. This skill summarizes endpoints, SDKs, costs, and implementation patterns for ChainGPT-powered applications.
Build Starknet Apps with starknet.js
Starknet integrations require precise provider, account, transaction, and fee handling across several APIs. This skill provides focused starknet.js v9.x patterns for reliable TypeScript applications.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "starknet-js" from https://skillstore.io/skills/internet-court-starknet-js.md and its manifest at https://skillstore.io/api/skills/internet-court-starknet-js/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "starknet-js". Connect to Starknet Sepolia and read an ERC-20 balance.
Expected outcome:
A concise TypeScript integration plan covering the RPC provider, contract ABI, token address, account address, and BigInt balance handling.
Using "starknet-js". Prepare an approve and transfer transaction with fee controls.
Expected outcome:
Using "starknet-js". Assess a sponsored paymaster transaction.
Expected outcome:
A risk-focused review of network selection, supported gas tokens, sponsorship policy, signer authority, and user confirmation requirements.
All 99 static findings are false positives after contextual review. The matches describe documentation syntax, public RPC examples, relative references, standard configuration access, or intentional environment-based key loading; no command execution, exfiltration, or prompt injection was identified.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/internet-court-starknet-js/audits/3?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/internet-court-starknet-js?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/internet-court-starknet-js?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/internet-court-starknet-js/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/internet-court-starknet-js.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>internet-court. (2026). starknet-js security audit report (audit version 3) [Author version 1.0.0]. Skillstore. https://skillstore.io/skills/internet-court-starknet-js/audits/3@techreport{internet-court-internet-court-starknet-js-2026,
author = {internet-court},
title = {starknet-js security audit report (audit version 3)},
institution = {Skillstore},
year = {2026},
number = {3},
url = {https://skillstore.io/skills/internet-court-starknet-js/audits/3},
note = {Author version 1.0.0}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "starknet-js security audit report (audit version 3)"
version: "1.0.0"
type: report
authors:
- name: "internet-court"
date-released: "2026-08-07"
url: "https://skillstore.io/skills/internet-court-starknet-js/audits/3"
identifiers:
- type: other
value: "skillstore:internet-court-starknet-js:audit:3"
description: "Skillstore immutable audit report identifier"
Create a TypeScript starter that reads contract state and submits a controlled transaction through starknet.js.
Design wallet connection, sponsored execution, and alternative gas-token flows with clear fee and network checks.
Compare account, multicall, simulation, nonce, and fee patterns before integrating them into an existing Starknet service.
Show me how to connect to Starknet Sepolia with starknet.js v9.x and read a contract balance. Explain each required input.
Create a TypeScript pattern for a typed starknet.js contract call. Include ABI expectations, address validation, and readable error handling.
Design a starknet.js v9.x flow for approve plus transfer using multicall. Include simulation, nonce handling, fee estimation, and confirmation checks.
Review this Starknet paymaster design for network, fee, signer, replay, and failure handling. Recommend a production-ready sequence and explicit approval gates.
Author
internet-courtLicense
Apache-2.0
Author version
v1.0.0
Skillstore revision
r2
Version notice
The installable content changed, but the author did not update the declared version.
Repository
https://github.com/internet-court/internet-court-skill/tree/main/vendored/starknet/starknet-jsRef
1c2ebded2116f8124f45dba86a2e567f56e64d8e
Maintenance freshness
8/7/2026
Usage
3 downloads ยท 0 views
File structure
๐ agents/
๐ openai.yaml
๐ LICENSE
๐ package.json
๐ references/
๐ account-lifecycle.md
๐ fee-strategy.md
๐ README.md
๐ scripts/
๐ account-example.ts
๐ SKILL.md
๐ tsconfig.json
Build ChainGPT Web3 AI Apps
Web3 developers need clear API guidance for ChainGPT products before they write integration code. This skill summarizes endpoints, SDKs, costs, and implementation patterns for ChainGPT-powered applications.
Track Smart Money Wallet Activity
Crypto analysts need fast views of what notable wallets buy, sell, and hold. This skill guides Claude, Codex, and Claude Code through Nansen smart money CLI queries.
Design Reliable GenLayer Intelligent Contracts
GenLayer contracts must survive validator disagreement, changing external data, storage constraints, and unpredictable LLM responses. This skill provides practical patterns for consensus-safe contract design, error handling, storage, and cross-contract workflows.
Analyze Nansen Wallet Profiles
Wallet investigations require many repeated Nansen CLI calls across balances, labels, PnL, and relationships. This skill organizes those workflows for Claude, Codex, and Claude Code users.
Arbitrate NLA Escrow Requests
Escrow disputes need clear review before funds or attestations move on chain. This skill guides NLA oracle users through pending requests, decisions, and verification.
Research Tokens with Nansen
Token analysts need repeatable commands for deep onchain and market research. This skill guides Claude, Codex, and Claude Code through Nansen CLI workflows for holders, flows, trades, PnL, and perps.
Build Reliable Playwright Tests
by C0ntr0lledCha0s
Playwright test suites can become flaky, slow, and difficult to maintain. This skill provides practical patterns for locators, fixtures, page objects, debugging, mocking, and configuration.
Improve Vue 3 Code Quality
by vuejs-ai
Vue projects often collect reactivity, component, and performance mistakes over time. This skill gives targeted Vue 3 guidance for safer patterns and clearer code.
Build Type-Safe React Components
by softaworks
React TypeScript work often needs precise event, hook, and route types. This skill provides focused patterns for typed components, React 19 APIs, and routing.
Improve Vue Options API Code
by vuejs-ai
Vue Options API projects often lose type safety and correct this binding. This skill gives focused rules for safer Vue 3 components.
Build Frontend Apps Faster
by davila7
Frontend work often needs consistent React patterns, performance checks, and project scaffolding. This skill gives Claude and compatible agents practical guidance and local helper scripts for modern web application development.
Create Adaptable Vue Composables
by vuejs-ai
Vue composables often need to accept plain values, refs, computed values, or getters. This skill guides Claude, Codex, and Claude Code to design reusable composables with predictable reactivity.