Skip to content

Latest commit

 

History

History
689 lines (567 loc) · 33.4 KB

File metadata and controls

689 lines (567 loc) · 33.4 KB

Third Party Notices

This file records third-party attribution for assets bundled with OpenSquilla. It covers:

  • The workspace file-tree features in opensquilla-webui/ (file tree model, lazy per-directory loading store, and virtualized row layout), which are adapted from anomalyco/opencode (MIT) — see the section below.

  • The bundled skill descriptors under src/opensquilla/skills/bundled/, which include OpenClaw-derived MIT descriptors and OpenSquilla-original descriptors.

  • The bundled pptx skill references the python-pptx and PptxGenJS libraries; OpenSquilla does not vendor those libraries, but the skill instructs the agent runtime to invoke them and is documented here for transparency.

  • The local SquillaRouter V4 Phase 3 model bundle under src/opensquilla/squilla_router/models/v4.2_phase3_inference/.

  • Web UI runtime dependencies, bundled fonts, and generated Control UI assets.

  • The Web UI "Arctic" theme color palette, adapted from the Nord palette under the MIT license; see the dedicated section below.

  • The built-in tokenjuice tool-result projection backend and bundled reduction rules under src/opensquilla/plugins/tokenjuice/.

  • Optional managed toolchains downloaded after explicit user confirmation; these binaries are not embedded in the OpenSquilla wheel or source tree.

  • The cron prompt-injection scanner was reviewed against Hermes Agent reference material; the MIT notice is reproduced below for conservative attribution.

Web UI dependencies and bundled fonts

OpenSquilla builds the Vue Control UI from npm dependencies and locally bundled fonts. Release artifacts contain the generated browser assets from the source-owned opensquilla-webui/dist/ tree (staged into src/opensquilla/gateway/static/dist/ for Python packages); the dependency sources and exact resolved versions are recorded by opensquilla-webui/package.json and opensquilla-webui/package-lock.json.

Component Distributed files License and attribution
Vue.js (vue, @vue/reactivity, @vue/runtime-core, @vue/runtime-dom, @vue/shared) Vue runtime in generated JavaScript under src/opensquilla/gateway/static/dist/assets/ MIT. Copyright (c) 2018-present, Yuxi (Evan) You.
Pinia (pinia) State-management runtime in generated JavaScript under src/opensquilla/gateway/static/dist/assets/ MIT. Copyright (c) 2019-present Eduardo San Martin Morote.
Vue Router (vue-router) Client-side routing runtime in generated JavaScript under src/opensquilla/gateway/static/dist/assets/ MIT. Copyright (c) 2019-present Eduardo San Martin Morote.
Vue I18n (vue-i18n, @intlify/core-base, @intlify/message-compiler, @intlify/shared) Localization runtime in generated JavaScript under src/opensquilla/gateway/static/dist/assets/ MIT. Copyright (c) 2020 kazuya kawaguchi.
html-to-image (html-to-image) Image-export runtime in generated JavaScript under src/opensquilla/gateway/static/dist/assets/ MIT. Copyright (c) 2017-2025 W.Y.
KaTeX (katex) npm dependency used by opensquilla-webui/src/composables/chat/useChatTextRendering.ts; generated JavaScript, CSS, and KaTeX_* fonts under src/opensquilla/gateway/static/dist/assets/ MIT. Copyright (c) 2013-2020 Khan Academy and other contributors.
marked (marked) npm dependency used by opensquilla-webui/src/composables/chat/useChatTextRendering.ts; generated JavaScript under src/opensquilla/gateway/static/dist/assets/ MIT. Copyright (c) 2018+, MarkedJS and Copyright (c) 2011-2018, Christopher Jeffrey. The bundled Markdown-derived portion carries the John Gruber notice reproduced below.
DOMPurify (dompurify) npm dependency used by opensquilla-webui/src/composables/chat/useChatTextRendering.ts; generated JavaScript under src/opensquilla/gateway/static/dist/assets/ MPL-2.0 OR Apache-2.0. OpenSquilla distributes this component under the Apache-2.0 option. Copyright belongs to Cure53 and other contributors.
highlight.js (highlight.js) npm dependency used by opensquilla-webui/src/composables/chat/useChatTextRendering.ts; generated JavaScript under src/opensquilla/gateway/static/dist/assets/ BSD-3-Clause. Copyright (c) 2006, Ivan Sagalaev.
Monaco Editor (monaco-editor) HTML Artifact Studio source editor and language workers in generated JavaScript under src/opensquilla/gateway/static/dist/assets/ MIT. Copyright (c) 2016-present Microsoft Corporation.
parse5 (parse5) Canonical HTML source-location parser in generated JavaScript under src/opensquilla/gateway/static/dist/assets/ MIT. Copyright (c) 2013-2019 Ivan Nikulin.
IBM Plex Sans and IBM Plex Mono opensquilla-webui/src/assets/fonts/ibm-plex-*.woff2 and generated Web UI font assets SIL Open Font License 1.1. Copyright 2017 IBM Corp. with Reserved Font Name "Plex".
Space Grotesk opensquilla-webui/src/assets/fonts/space-grotesk-*.woff2 and generated Web UI font assets SIL Open Font License 1.1. Copyright 2020 The Space Grotesk Project Authors.
Fraunces opensquilla-webui/src/themes/out-of-register/fonts/fraunces-*.woff2 and generated Web UI font assets SIL Open Font License 1.1. Copyright 2020 The Fraunces Project Authors (https://github.com/undercasetype/Fraunces).
Newsreader opensquilla-webui/src/themes/out-of-register/fonts/newsreader-*.woff2 and generated Web UI font assets SIL Open Font License 1.1. Copyright 2020 The Newsreader Project Authors.

The Web UI lockfile is the version authority for these dependencies. The build pipeline regenerates the browser bundle from that lockfile; no separate hand-maintained copies of these libraries are shipped by the gateway.

marked Markdown notice

Copyright (c) 2004, John Gruber
http://daringfireball.net/
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice,
  this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
  this list of conditions and the following disclaimer in the documentation
  and/or other materials provided with the distribution.
* Neither the name "Markdown" nor the names of its contributors may be used to
  endorse or promote products derived from this software without specific
  prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.

highlight.js BSD-3-Clause license

BSD 3-Clause License

Copyright (c) 2006, Ivan Sagalaev.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice,
   this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors
   may be used to endorse or promote products derived from this software
   without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.

Feather Icons

  • Component: music, pause, and volume icon path data in opensquilla-webui/src/utils/icons.ts and the generated Web UI assets.
  • Upstream project: https://github.com/feathericons/feather
  • License: MIT
  • Copyright notice: Copyright (c) 2013-2017 Cole Bemis
MIT License

Copyright (c) 2013-2017 Cole Bemis

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

The MIT license text is reproduced in this file for MIT-licensed bundled components. The Apache License 2.0 text is reproduced in the repository LICENSE file. The SIL Open Font License 1.1 text for the bundled fonts is reproduced below.

SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007

PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.

The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.

DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.

"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).

"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).

"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.

"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.

PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:

1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.

2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.

3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.

4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any Modified
Version, except to acknowledge the contribution(s) of the Copyright
Holder(s) and the Author(s) or with their explicit written permission.

5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to remain
under this license does not apply to any document created using the Font
Software.

TERMINATION
This license becomes null and void if any of the above conditions are
not met.

DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.

Arctic theme color palette (Nord)

  • Component: Web UI "Arctic" value theme color palette in opensquilla-webui/src/themes/arctic/tokens.css (and its generated Web UI CSS assets).
  • Upstream project: https://www.nordtheme.com
  • License: MIT
  • Copyright notice: Copyright (c) Sven Greb and the Nord contributors

The "Arctic" theme's color values are adapted from the Nord palette. OpenSquilla is not affiliated with, sponsored by, or endorsed by the Nord project; the palette is reused under the MIT license solely for its color values, with a matching attribution header reproduced at the top of the theme's tokens.css. Some values are lightened from the upstream palette so the theme passes OpenSquilla's WCAG contrast guards. The MIT license text is reproduced below.

MIT License

Copyright (c) Sven Greb and the Nord contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Optional managed toolchains downloaded at runtime

OpenSquilla does not embed the following toolchains in its source distribution or wheel. The Web setup flow presents their source, version, license, and known download size, asks for explicit consent, and then stores verified artifacts in the user's OpenSquilla state directory. Each downloaded component remains under its upstream terms.

Runtime component Catalog source Catalog license / provenance note
TinyTeX 2026.05 / TeX Live packages https://github.com/rstudio/tinytex-releases TinyTeX release repository: GPL-2.0. The self-contained verified archive is not updated from the floating TeX Live network. Its included packages remain governed by their own TeX Live catalog metadata, and upstream license files remain in the downloaded tree.
FFmpeg / FFprobe macOS 8.1.2 ZIPs https://ffmpeg.martin-riedl.de/ GPL-3.0-or-later builds selected separately for Apple Silicon and Intel, with the build source pinned to commit bb1d6db29cee948f9685bcd69e6caf17d960662b. Each original ZIP is verified by fixed byte size and SHA-256 before extraction. Because the embedded binary signatures are invalid, OpenSquilla then removes them, applies a local ad-hoc signature, and requires strict codesign verification before activation. This local signature is not a Developer ID signature or Apple notarization. The matching pinned GPL license assets are installed beside the binaries. These builds require macOS 12 or later.
FFmpeg Linux static GPL builds https://github.com/BtbN/FFmpeg-Builds GPL-3.0-or-later catalog build.
FFmpeg Windows essentials build https://github.com/GyanD/codexffmpeg GPL build; upstream license files remain in the downloaded archive.
Noto Sans CJK 2.004 regular font https://github.com/notofonts/noto-cjk/tree/Sans2.004 SIL Open Font License 1.1. The pinned license file is downloaded and checksum-verified beside the font; the OFL text is also reproduced earlier in this notice.

The built-in catalog records fixed URLs, byte sizes, and SHA-256 values for every executable archive, license file, and font download. OpenSquilla neither republishes these toolchains as part of its releases nor claims ownership of them.

npm and Python dependency packaging strategy

OpenSquilla uses npm lockfiles for the Web UI and Electron shell and uv.lock for Python release environments. Lockfiles pin dependency resolution for reproducible builds, but lockfiles are not a replacement for third-party license notices when source, minified JavaScript, fonts, model files, or adapted code are copied into OpenSquilla release artifacts.

Build-time npm dependencies are installed from the package registry during CI. The Electron and gateway release artifacts distribute the compiled Control UI, selected static assets, updater metadata, and packaged runtime outputs rather than the full npm source tree. Any static npm-derived file copied into src/opensquilla/gateway/static/ must be listed in this notices file or in a component-local notice file.

Python dependencies are resolved from pyproject.toml and uv.lock during wheel, portable, and packaged-gateway builds. Python packages remain governed by their upstream package metadata and licenses. If OpenSquilla vendors or adapts Python package code, model files, rule files, binary assets, or generated runtime artifacts into the repository, the component must be recorded here or in a package-local provenance file.

OpenClaw-derived bundled skill descriptors

  • Component: SKILL.md frontmatter and instruction text for these bundled skills:
    • sub-agent
  • cron
    • github
    • nano-pdf
    • skill-creator
    • summarize
    • tmux
    • weather
  • Upstream project: https://github.com/openclaw/openclaw
  • License: MIT
  • Copyright notice: Copyright (c) 2025 Peter Steinberger

Note: sub-agent was renamed from coding-agent on 2026-05-23; the descriptor retains the same OpenClaw upstream lineage and MIT attribution.

The descriptor text instructs the agent runtime how to use built-in skill surfaces and external tools; OpenSquilla does not redistribute third-party CLIs through these descriptors. Per the MIT license, the upstream copyright and permission notice are reproduced below in their entirety and apply to the OpenClaw-derived bundled descriptor files.

MIT License

Copyright (c) 2025 Peter Steinberger

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

OpenSquilla-original bundled skills

These bundled skill descriptors are authored and maintained by OpenSquilla and are released under OpenSquilla's repository license (Apache-2.0; see LICENSE):

  • cron
  • code-task
  • AwesomeWebpageMetaSkill
  • awesome-webpage-image-download
  • awesome-webpage-research
  • deep-research
  • docx
  • git-diff
  • github
  • history-explorer
  • html-to-pdf
  • http-fetch
  • latex-compile
  • memory
  • meta-kid-project-planner
  • meta-paper-write
  • meta-short-drama
  • meta-skill-creator
  • multi-search-engine
  • nano-pdf
  • openrouter-video-generator
  • paper-abstract-author
  • paper-artifact-runtime
  • paper-citation-integrity-gate
  • paper-citation-planner
  • paper-delivery-summary
  • paper-experiment-stub
  • paper-latex-sanitizer
  • paper-length-gate
  • paper-outline-author
  • paper-plot-stub
  • paper-preference-planner
  • paper-quality-gate
  • paper-refbib-stub
  • paper-revision-author
  • paper-section-author
  • paper-source-readiness-gate
  • paper-source-curator
  • pdf-toolkit
  • pptx
  • skill-creator
  • skill-creator-linter
  • skill-creator-proposals
  • skill-creator-smoke-test
  • short-drama-delivery-audit
  • short-drama-review-normalizer
  • stack-trace-generic-probe
  • stack-trace-go-probe
  • stack-trace-js-probe
  • stack-trace-python-probe
  • stack-trace-rust-probe
  • sub-agent
  • srt-from-script
  • subtitle-burner
  • summarize
  • text-file-read
  • title-card-image
  • tmux
  • video-still-animator
  • weather
  • xlsx
  • advanced-dubbing-studio
  • music-and-singing-studio
  • voice-clone-lab
  • voice-conversion-studio
  • voiceover-studio

tokenjuice adapted reduction rules

  • Component: built-in tokenjuice tool-result projection backend and bundled reduction rules under src/opensquilla/plugins/tokenjuice/.
  • Upstream project: https://github.com/vincentkoc/tokenjuice
  • License: MIT
  • Copyright notice: Copyright (c) 2026 Vincent Koc

OpenSquilla includes a Python adaptation of tokenjuice's rule-driven reducer and bundles reduction rules derived from the upstream project. OpenSquilla does not depend on the upstream tokenjuice npm package at runtime. Additional provenance is recorded in src/opensquilla/plugins/tokenjuice/PROVENANCE.md; the MIT license text is also shipped with that package as LICENSE.tokenjuice.

MIT License

Copyright (c) 2026 Vincent Koc

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Hermes Agent reference material

OpenSquilla does not redistribute Hermes Agent. This notice records conservative attribution for reference material reviewed while hardening OpenSquilla's cron prompt scanner.

MIT License

Copyright (c) 2025 Nous Research

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

ClawHub-derived bundled skill descriptors

  • Component: SKILL.md frontmatter and instruction text for these bundled skills:
    • ai-video-script
    • audio-cog
    • deep-research
    • docx
    • html-coder
    • html-to-pdf
    • multi-search-engine
    • nano-banana-pro
    • nano-banana-pro-openrouter
    • pdf-toolkit
    • pptx
    • seedance-2-prompt
    • video-merger
    • web-search
    • xlsx
  • Upstream registry: https://clawhub.ai
  • License: MIT-0 (Public-domain-equivalent; no attribution required, but each skill records its specific upstream slug in its own THIRD_PARTY_NOTICES.md for transparency)

These bundled skills record their ClawHub source slug in SKILL.md frontmatter and, when present, the skill-local THIRD_PARTY_NOTICES.md. ClawHub's MIT-0 default license permits unlimited use, modification, and redistribution without attribution.

MIT No Attribution

Copyright

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

ClawHub MIT bundled skill descriptors

The filesystem bundled skill metadata, package manifest, and skill card identify this upstream artifact as MIT licensed. OpenSquilla excludes skill-local LICENSE.md files from wheels as non-runtime skill resources, so the required MIT notice for this copied descriptor is reproduced here in the top-level notices distributed with release artifacts.

MIT License

Copyright (c) 2026 Clawdbot Community

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

BAAI bge-small-zh-v1.5 / FlagEmbedding

The bundled router contains an ONNX export and tokenizer files derived from the BAAI bge-small-zh-v1.5 model. The upstream Hugging Face model card marks the model as MIT licensed and states that the released models can be used for commercial purposes free of charge.

MIT License

Copyright (c) 2022 staoxiao

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Router Artifact Safety Note

The SquillaRouter bundle contains .pkl and .joblib artifacts used by the current V4 Phase 3 runtime. Treat these artifacts as executable-code-equivalent inputs: load only assets shipped with a trusted OpenSquilla release or assets whose checksums match artifact_manifest.json.

Workspace File Tree (adapted from anomalyco/opencode)

The Web UI's workspace file-tree model, virtualized row layout, and lazy per-directory loading store are adapted (re-implemented for Vue 3 / Pinia and OpenSquilla types) from anomalyco/opencode, MIT License, Copyright (c) 2025 opencode:

  • opensquilla-webui/src/lib/fileTreeModel.tspackages/app/src/components/file-tree-v2-model.ts
  • opensquilla-webui/src/stores/fileTree.tspackages/app/src/context/file/tree-store.ts
  • opensquilla-webui/src/components/SidebarFileTree.vuepackages/app/src/components/file-tree-v2.tsx (render approach)

Full MIT license text:

MIT License

Copyright (c) 2025 opencode

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.