-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (58 loc) · 2.54 KB
/
index.html
File metadata and controls
63 lines (58 loc) · 2.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="dark">
<meta name="description" content="Spot Advanced Swap Orders agent bundle: canonical SKILL.md entrypoint with inline metadata, references, assets, and instruction-first execution guidance.">
<title>Spot Advanced Swap Orders Agent Bundle</title>
<script>
if ((location.protocol === 'http:' || location.protocol === 'https:') &&
!location.pathname.endsWith('/') &&
!location.pathname.endsWith('/index.html')) {
location.replace(`${location.pathname}/${location.search}${location.hash}`);
}
</script>
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'><text y='52' font-size='64'>🔁</text></svg>" sizes="any" type="image/svg+xml">
<link rel="stylesheet" href="index.css">
</head>
<body>
<main>
<h1>Spot Advanced Swap Orders</h1>
<p>Use for gasless non-custodial EVM market, limit, TWAP, stop-loss, take-profit, delayed-start swaps. Hosted raw files for AI agents.</p>
<section>
<h2>Start Here</h2>
<ol>
<li><a href="skill/SKILL.md">SKILL.md</a></li>
</ol>
</section>
<section>
<h2>References</h2>
<ol>
<li><a href="skill/references/quickstart.md">quickstart.md</a></li>
<li><a href="skill/references/params.md">params.md</a></li>
<li><a href="skill/references/sign.md">sign.md</a></li>
<li><a href="skill/references/examples.md">examples.md</a></li>
<li><a href="skill/references/lifecycle.md">lifecycle.md</a></li>
</ol>
</section>
<section>
<h2>Assets</h2>
<ol>
<li><a href="skill/assets/token-addressbook.md">token-addressbook.md</a></li>
<li><a href="skill/assets/repermit.template.json">repermit.template.json</a></li>
</ol>
</section>
<footer>
<h2>Surfaces</h2>
<ol class="distribution-list">
<li><a href="skill/SKILL.md">Hosted skill entrypoint</a></li>
<li><a href="https://github.com/orbs-network/spot/blob/main/skill/SKILL.md">GitHub skill entrypoint</a></li>
<li><a href="https://clawhub.ai/eranp-orbs/spot-advanced-swap-orders">Clawhub skill distribution</a></li>
<li><a href="https://www.npmjs.com/package/@orbs-network/spot-skill">npm package: @orbs-network/spot-skill</a></li>
<li><a href="mcp/server.json">MCP metadata: io.github.orbs-network/spot</a></li>
</ol>
</footer>
</main>
</body>
</html>