Skip to content

Commit 9ee1c56

Browse files
jeromechooclaude
andcommitted
Ship the Diffbot icon as assets/icon.png
OpenClaw reads a plugin's catalog icon from assets/icon.png in the plugin root, and the ClawHub validator rejects a top-level icon manifest field, so the favicon is rendered to a 512px PNG and shipped instead. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017pDV6KygzuhYtd3Q6Jy3Q7
1 parent 8ac72ed commit 9ee1c56

4 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ src/
123123
dql-builder.ts pure DQL string helpers
124124
tools/ one module per tool
125125
skills/ ten SKILL.md files loaded via the manifest's "skills" field
126+
assets/icon.png catalog icon (rendered from diffbot.com's favicon.svg)
126127
openclaw.plugin.json
127128
```
128129

assets/icon.png

8.94 KB
Loading

openclaw.plugin.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"name": "Diffbot",
44
"description": "Structured web knowledge for OpenClaw agents: query Diffbot's Knowledge Graph (organizations, people, news, places, deals, and any other entity type via DQL), search the web with ranked and cited results, extract any URL into markdown or JSON, resolve named entities in text, and crawl whole sites.",
55
"version": "0.1.0",
6-
"icon": "https://www.diffbot.com/favicon.svg",
76
"skills": [
87
"./skills"
98
],

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
},
4343
"files": [
4444
"dist",
45+
"assets",
4546
"skills",
4647
"openclaw.plugin.json",
4748
"README.md",

0 commit comments

Comments
 (0)